]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/qemu-mips.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / qemu-mips.h
index e03e71026a97a02f4f1b7188a3c73fc72155e5e8..faaa88910bb11776ea34f6e9c3f17165f1ac9473 100644 (file)
 #define CFG_FLASH_USE_BUFFER_WRITE     1
 
 #define CONFIG_ENV_IS_IN_FLASH 1
-#define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x40000)
+#define CONFIG_ENV_ADDR                (CFG_FLASH_BASE + 0x40000)
 
 /* Address and size of Primary Environment Sector */
-#define CFG_ENV_SIZE           0x8000
+#define CONFIG_ENV_SIZE                0x8000
 
 #define CONFIG_ENV_OVERWRITE   1