
30 Aug
2014
30 Aug
'14
4:12 p.m.
On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut marex@denx.de wrote:
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet
LVDS seems to be missing in the list.
+/* OCOTP Configs */ +#ifdef CONFIG_CMD_IMXOTP +#define CONFIG_IMX_OTP +#define IMX_OTP_BASE OCOTP_BASE_ADDR +#define IMX_OTP_ADDR_MAX 0x7F +#define IMX_OTP_DATA_ERROR_VAL 0xBADABADA
You are just adding junk here as none of these options exist.