[U-Boot] OMAP3 EVM board (no NAND support, does not compile)

Arno Steffen arno.steffen at googlemail.com
Tue Mar 23 13:44:51 CET 2010


With adding this lines it is working:

#if defined(CONFIG_CMD_NAND)
#define CONFIG_NAND_OMAP_GPMC
#define GPMC_NAND_ECC_LP_x16_LAYOUT    1
#define CONFIG_ENV_IS_IN_NAND          1
#elif defined(CONFIG_CMD_ONENAND)
#define CONFIG_ENV_IS_IN_ONENAND	1
#endif

It would be nice to add this to config file, for those who use the EVM
board with nand flash instead of onenand.
Thanks.


More information about the U-Boot mailing list