]> 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 19e627b61ca6e77f2c44fa91c5600f7e038ce4a2..faaa88910bb11776ea34f6e9c3f17165f1ac9473 100644 (file)
 #define CONFIG_FLASH_CFI_DRIVER        1
 #define CFG_FLASH_USE_BUFFER_WRITE     1
 
-#define CFG_ENV_IS_IN_FLASH    1
-#define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x40000)
+#define CONFIG_ENV_IS_IN_FLASH 1
+#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