[U-Boot] Setting CONFIG_SYS_TEXT_BASE when CONFIG_NAND_SPL is selected
Scott Wood
scottwood at freescale.com
Thu Sep 8 21:27:34 CEST 2011
On Mon, Sep 05, 2011 at 04:02:40PM -0300, Fabio Estevam wrote:
> diff --git a/board/freescale/mx31pdk/config.mk b/board/freescale/mx31pdk/config.
> index de2c642..b9932ec 100644
> --- a/board/freescale/mx31pdk/config.mk
> +++ b/board/freescale/mx31pdk/config.mk
> @@ -1,5 +1,2 @@
> -ifdef CONFIG_NAND_SPL
> CONFIG_SYS_TEXT_BASE = 0x87ec0000
> -else
> -CONFIG_SYS_TEXT_BASE = 0x87f00000
> -endif
> +
>
> ,but this causes the board not to boot.
>
> Does anyone have any ideas as to why the patch above does not work?
CONFIG_SYS_TEXT_BASE_SPL should be used for the SPL address.
-Scott
More information about the U-Boot
mailing list