Hi Tom,

On 4 March 2015 at 09:30, Tom Rini <tr...@konsulko.com> wrote:
> From: Simon Glass <s...@chromium.org>
>
> Currently in some cases SDRAM init requires global_data to be available
> and soon this will not be available prior to board_init_f().  Adjust the
> code paths in these cases to be correct.  In some cases we had the SPL
> stack be in DDR as we might have large stacks (due to Falcon Mode +
> Environment).  In these cases switch to CONFIG_SPL_STACK_R.  In other
> cases we had simply been setting CONFIG_SPL_STACK into SRAM.  In these
> cases we no longer need to (CONFIG_SYS_INIT_SP_ADDR is used and is also
> in SRAM) so drop those lines.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> Tested on Beagleboard, Beagleboard xM
> Tested-by: Matt Porter <mpor...@konsulko.com>
> Tested on Beaglebone Black, AM43xx GP EVM, OMAP5 uEVM, OMAP4 Pandaboard
> Tested-by: Tom Rini <tr...@konsulko.com>
> Signed-off-by: Tom Rini <tr...@konsulko.com>

Thanks for cleaning this all up.

Reviewed-by: Simon Glass <s...@chromium.org>

Regards,
SImon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to