
16 Aug
2012
16 Aug
'12
12:16 a.m.
2012/8/14 Zhi-zhou Zhang etou.zh@gmail.com:
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
this patch is unnecessary. CONFIG_SYS_TEXT_BASE should be defined in your board config.
-- Regards, Zhizhou Zhang
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
--
Best regards,
Daniel