[U-Boot] [PATCH v2 1/3] ti: davinci: Remove unnecessary stack and global_data fiddles

Simon Glass sjg at chromium.org
Mon Jan 26 19:12:09 CET 2015


Hi Tom,

On 26 January 2015 at 10:10, Tom Rini <trini at ti.com> wrote:
> On Mon, Jan 26, 2015 at 09:55:26AM -0700, Simon Glass wrote:
>
>> The stack is already set to CONFIG_SPL_STACK immediately before
>> board_init_f() is called, so this should not be needed.
>>
>> Also global_data has already been set up so we don't want to mess with
>> it.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v2: None
>
> We should drop this one in favor of the 2 I posted that fixes some other
> problems and gets the boards booting too (and as a bonus drops the
> custom board_init_f() func). :)

Yes that's fine, thanks. Please go ahead. One way or another we will
get rid of gdata.

Regards,
Simon


More information about the U-Boot mailing list