]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/gcplus.h
rename CFG_ENV macros to CONFIG_ENV
[karo-tx-uboot.git] / include / configs / gcplus.h
index 31e99f3bec1c05b3706c6ae26a6ef6b70f983096..5863f83395a94d006435c66d39b47499fc96f854 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 */