]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/Adder.h
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
[karo-tx-uboot.git] / include / configs / Adder.h
index 07a9f4e934530083253fe05f44fb6adc0bec2f7f..3c2f4d646d8d27df442d9a0f1530160804029e9f 100644 (file)
 #define CFG_MAX_FLASH_SECT     128             /* Max num of sects on one chip */
 
 /* Environment is in flash */
-#define CFG_ENV_IS_IN_FLASH
+#define CONFIG_ENV_IS_IN_FLASH
 #define CFG_ENV_SECT_SIZE      0x10000         /* We use one complete sector   */
 #define CFG_ENV_ADDR           (CFG_MONITOR_BASE + CFG_MONITOR_LEN)