[U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena
Fabio Estevam
festevam at gmail.com
Sat Aug 30 16:12:09 CEST 2014
On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut <marex at 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.
More information about the U-Boot
mailing list