]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/ms7720se.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / ms7720se.h
index ee19b026e7d8a257bbd78fd6648c8de5dfe32f79..f308460c75cd50d2811af61813dac43b8ed2adfc 100644 (file)
@@ -93,9 +93,9 @@
 #define CFG_FLASH_BANKS_LIST   { CFG_FLASH_BASE }
 
 #define CONFIG_ENV_IS_IN_FLASH
-#define CFG_ENV_SECT_SIZE      (64 * 1024)
-#define CFG_ENV_SIZE           CFG_ENV_SECT_SIZE
-#define CFG_ENV_ADDR           (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
+#define CONFIG_ENV_SECT_SIZE   (64 * 1024)
+#define CONFIG_ENV_SIZE                CONFIG_ENV_SECT_SIZE
+#define CONFIG_ENV_ADDR                (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
 #define CFG_FLASH_ERASE_TOUT   120000
 #define CFG_FLASH_WRITE_TOUT   500