[U-Boot] [PATCH 11/17] OMAP5: defconfig: Align the defconfig for 5430 ES1.0

Tom Rini trini at ti.com
Mon Feb 20 18:45:36 CET 2012


On Fri, Feb 17, 2012 at 05:35:27PM +0530, R Sricharan wrote:

> Adding the nessecary changes for OMAP5430 ES1.0 silicon.
> 
> Signed-off-by: R Sricharan <r.sricharan at ti.com>
[snip]
> +/* OPP SETTING */
> +#define OPP_NOM

Where is this used?

[snip]
>  /* Defines for SPL */
>  #define CONFIG_SPL
> -#define CONFIG_SPL_TEXT_BASE		0x40304350
> -#define CONFIG_SPL_MAX_SIZE		0x1E000	/* 120K */
> +#define CONFIG_SPL_TEXT_BASE		0x40300350
> +#define CONFIG_SPL_MAX_SIZE		0x20000	/* 128K */
>  #define CONFIG_SPL_STACK		LOW_LEVEL_SRAM_STACK

This is wrong, you have to account for stack within SPL_MAX_SIZE.

-- 
Tom


More information about the U-Boot mailing list