summaryrefslogtreecommitdiffstats
path: root/include/configs/qemu-mips.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-12-16 22:10:30 +0100
committerShinya Kuribayashi <skuribay@ruby.dti.ne.jp>2008-12-17 22:27:27 +0900
commit13095b2f07dacb1f863772266c1789d47a523a8a (patch)
treeff9c422ae0b9644039150cfdd20e91985a9bf3f9 /include/configs/qemu-mips.h
parentaced78d852d0b009e8aaa1445af8cb40861ee549 (diff)
downloadtalos-obmc-uboot-13095b2f07dacb1f863772266c1789d47a523a8a.tar.gz
talos-obmc-uboot-13095b2f07dacb1f863772266c1789d47a523a8a.zip
MIPS: qemu_mips: move env storage just after u-boot
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Diffstat (limited to 'include/configs/qemu-mips.h')
-rw-r--r--include/configs/qemu-mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h
index f028d1ac63..844446205b 100644
--- a/include/configs/qemu-mips.h
+++ b/include/configs/qemu-mips.h
@@ -150,7 +150,7 @@
#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1
#define CONFIG_ENV_IS_IN_FLASH 1
-#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + 0x40000)
+#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN)
/* Address and size of Primary Environment Sector */
#define CONFIG_ENV_SIZE 0x8000
OpenPOWER on IntegriCloud