]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/IP860.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / IP860.h
index fa3c29ec9a7d0af67dfdf4be89c0743b2b96d346..c0bf3673028df2736d4d43d2829933bd4c90b12a 100644 (file)
 #define        CONFIG_ENV_IS_IN_EEPROM
 
 #ifdef CONFIG_ENV_IS_IN_NVRAM
-#define CFG_ENV_ADDR           0x20000000      /* use SRAM     */
-#define CFG_ENV_SIZE           (16<<10)        /* use 16 kB    */
+#define CONFIG_ENV_ADDR                0x20000000      /* use SRAM     */
+#define CONFIG_ENV_SIZE                (16<<10)        /* use 16 kB    */
 #endif /* CONFIG_ENV_IS_IN_NVRAM */
 
 #ifdef CONFIG_ENV_IS_IN_EEPROM
-#define CFG_ENV_OFFSET          512    /* Leave 512 bytes free for other data  */
-#define CFG_ENV_SIZE           1536    /* Use remaining space                  */
+#define CONFIG_ENV_OFFSET               512    /* Leave 512 bytes free for other data  */
+#define CONFIG_ENV_SIZE                1536    /* Use remaining space                  */
 #endif /* CONFIG_ENV_IS_IN_EEPROM */
 
 /*-----------------------------------------------------------------------