summaryrefslogtreecommitdiff
path: root/include/configs/qemu-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/qemu-mips.h')
-rw-r--r--include/configs/qemu-mips.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h
index 19e627b..faaa889 100644
--- a/include/configs/qemu-mips.h
+++ b/include/configs/qemu-mips.h
@@ -149,11 +149,11 @@
#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