[U-Boot] [PATCH 2/7] arm: mvebu: Do not call board_init_r() from board_init_f()

Simon Glass sjg at chromium.org
Fri Sep 4 02:58:36 CEST 2015


On 3 September 2015 at 07:11, Marek Vasut <marex at denx.de> wrote:
> On Thursday, September 03, 2015 at 03:08:55 PM, Stefan Roese wrote:
>> Instead of calling board_init_r() directly from board_init_f(), just
>> return from board_init_f(). This will make the code continue executing
>> in crt0.S _main(), from which the board_init_r() is called. This patch
>> aligns the MVEBU SPL with the correct SPL design as well as reduces
>> the stack utilisation slightly.
>>
>> Signed-off-by: Stefan Roese <sr at denx.de>
>> Cc: Marek Vasut <marex at denx.de>
>> Cc: Simon Glass <sjg at chromium.org>
>> Cc: Luka Perkov <luka.perkov at sartura.hr>
>> ---
>
> Acked-by: Marek Vasut <marex at denx.de>

Great!

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list