]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/Adder.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / Adder.h
index 3c2f4d646d8d27df442d9a0f1530160804029e9f..fcac64712770014531dd5fe34f063d2c3c2dc354 100644 (file)
 
 /* Environment 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)
+#define CONFIG_ENV_SECT_SIZE   0x10000         /* We use one complete sector   */
+#define CONFIG_ENV_ADDR                (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
 
 #define CONFIG_ENV_OVERWRITE