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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h
index e03e71026a..faaa88910b 100644
--- a/include/configs/qemu-mips.h
+++ b/include/configs/qemu-mips.h
@@ -150,10 +150,10 @@
#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