2012/8/14 Zhi-zhou Zhang <etou...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot