rename CFG_ENV macros to CONFIG_ENV
[platform/kernel/u-boot.git] / include / configs / gcplus.h
index 31e99f3..5863f83 100644 (file)
@@ -57,7 +57,7 @@
 /*
  * Size of malloc() pool
  */
-#define CFG_MALLOC_LEN          (CFG_ENV_SIZE + 128*1024)
+#define CFG_MALLOC_LEN          (CONFIG_ENV_SIZE + 128*1024)
 #define CFG_GBL_DATA_SIZE       128     /* size rsrvd for initial data */
 
 
 #endif
 
 #define        CONFIG_ENV_IS_IN_FLASH  1
-#define CFG_ENV_ADDR           (PHYS_FLASH_1 + PHYS_FLASH_SECT_SIZE)   /* Addr of Environment Sector   */
-#define CFG_ENV_SIZE           PHYS_FLASH_SECT_SIZE
+#define CONFIG_ENV_ADDR                (PHYS_FLASH_1 + PHYS_FLASH_SECT_SIZE)   /* Addr of Environment Sector   */
+#define CONFIG_ENV_SIZE                PHYS_FLASH_SECT_SIZE
 
 #endif /* __CONFIG_H */