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.sricha...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to