[U-Boot] [Patch 12/16] add config about mips64
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Thu Aug 16 00:16:23 CEST 2012
2012/8/14 Zhi-zhou Zhang <etou.zh at 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 at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
--
Best regards,
Daniel
More information about the U-Boot
mailing list