]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/IPHASE4539.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / IPHASE4539.h
index cea853204733026c7483b17c73701af599178077..31fbf329222e7fc2010541e07cdd822e0118e37a 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 */
 
 
 /*-----------------------------------------------------------------------