> > 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 Please submit a patch. Regards, Sandeep