
17 Aug
2012
17 Aug
'12
5:30 p.m.
Though I defined CONFIG_SYS_TEXT_BASE in configs/qemu-mips64.h, but the value is still affected by this file. Signed-off-by: Zhizhou Zhang etou.zh@gmail.com --- board/qemu-mips/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk index 27cd34a..a1514a0 100644 --- a/board/qemu-mips/config.mk +++ b/board/qemu-mips/config.mk @@ -2,9 +2,10 @@ # Qemu -M mips system emulator # See http://fabrice.bellard.free.fr/qemu # - +ifeq "$(CPU)" "mips" # ROM version CONFIG_SYS_TEXT_BASE = 0xbfc00000
# RAM version #CONFIG_SYS_TEXT_BASE = 0x80001000 +endif
--
1.7.9.5