]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/MPC8568MDS.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / MPC8568MDS.h
index 8aeaa293bb9d29b2e1ca3088e211d6ea5f8119ec..80697a5ce31c74c78779ddda2e1c9c1404372451 100644 (file)
@@ -424,10 +424,10 @@ extern unsigned long get_clock_freq(void);
 /*
  * Environment
  */
-#define CFG_ENV_IS_IN_FLASH    1
-#define CFG_ENV_ADDR           (CFG_MONITOR_BASE + 0x40000)
-#define CFG_ENV_SECT_SIZE      0x40000 /* 256K(one sector) for env */
-#define CFG_ENV_SIZE           0x2000
+#define CONFIG_ENV_IS_IN_FLASH 1
+#define CONFIG_ENV_ADDR                (CFG_MONITOR_BASE + 0x40000)
+#define CONFIG_ENV_SECT_SIZE   0x40000 /* 256K(one sector) for env */
+#define CONFIG_ENV_SIZE                0x2000
 
 #define CONFIG_LOADS_ECHO      1       /* echo on for serial download */
 #define CFG_LOADS_BAUD_CHANGE  1       /* allow baudrate change */