]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/omap2420h4.h
rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
[people/ms/u-boot.git] / include / configs / omap2420h4.h
index afdcba41150dfc53e6a719f4678eb70870097c3f..461362f91a3c5f5f338d65f26da5458105c9409d 100644 (file)
 #define CFG_FLASH_BANKS_LIST   { CFG_FLASH_BASE, CFG_FLASH_BASE + PHYS_FLASH_SIZE_1 }
 
 #ifdef CFG_NAND_BOOT
-#define CFG_ENV_IS_IN_NAND     1
+#define CONFIG_ENV_IS_IN_NAND  1
 #define CFG_ENV_OFFSET 0x80000 /* environment starts here  */
 #else
 #define CFG_ENV_ADDR             (CFG_FLASH_BASE + SZ_128K)