On Saturday, August 30, 2014 at 04:12:09 PM, Fabio Estevam wrote: > On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut <[email protected]> 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.
It's only HDMI that is supported right now. > > +/* 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. Nice catch, it's CONFIG_CMD_FUSE now. Best regards, Marek Vasut _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

