]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/MPC8540EVAL.h
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
[karo-tx-uboot.git] / include / configs / MPC8540EVAL.h
index 04bec2d02da7c9e12cac5cfdf0e131d793579e7a..d4df8a613b62cce1e07977393395fc8da982fb70 100644 (file)
 #define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x100000)
 #define CFG_ENV_SIZE           0x2000
 #else
-#define CFG_ENV_IS_IN_FLASH    1
+#define CONFIG_ENV_IS_IN_FLASH 1
 #define CFG_ENV_ADDR           (CFG_MONITOR_BASE + 0x40000)
 #define CFG_ENV_SECT_SIZE      0x40000 /* 256K(one sector) for env */
 #endif