[U-Boot] [Patch 12/16] add config about mips64
Zhi-zhou Zhang
etou.zh at gmail.com
Tue Aug 14 17:09:27 CEST 2012
diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk
index 27cd34a..6a3d7a7 100644
--- a/board/qemu-mips/config.mk
+++ b/board/qemu-mips/config.mk
@@ -2,9 +2,16 @@
# Qemu -M mips system emulator
# See http://fabrice.bellard.free.fr/qemu
#
+ifeq "$(CPU)" "mips64"
+# ROM version
+#CONFIG_SYS_TEXT_BASE = 0xFfffFfffbfc00000
+# RAM version
+CONFIG_SYS_TEXT_BASE = 0xffffffff80200000
+else
# ROM version
CONFIG_SYS_TEXT_BASE = 0xbfc00000
# RAM version
#CONFIG_SYS_TEXT_BASE = 0x80001000
+endif
--
Regards,
Zhizhou Zhang
More information about the U-Boot
mailing list