rename CFG_ENV macros to CONFIG_ENV
[platform/kernel/u-boot.git] / include / configs / IPHASE4539.h
index cea8532..31fbf32 100644 (file)
 
 /* Environment in FLASH, there is little space left in Serial EEPROM */
 #define CONFIG_ENV_IS_IN_FLASH 1
-#define CFG_ENV_SECT_SIZE      0x10000 /* We use one complete sector   */
-#define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x10000) /* 2. sector */
+#define CONFIG_ENV_SECT_SIZE   0x10000 /* We use one complete sector   */
+#define CONFIG_ENV_ADDR                (CFG_FLASH_BASE + 0x10000) /* 2. sector */
 
 
 /*-----------------------------------------------------------------------