[U-Boot] [PATCH] arm: socfpga: Do not call board_init_r() from board_init_f()

Marek Vasut marex at denx.de
Fri Sep 4 11:53:24 CEST 2015


On Saturday, August 29, 2015 at 10:16:20 AM, Marek Vasut 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 SoCFPGA SPL with the correct SPL design as well as reduces
> the stack utilisation slightly.
> 
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Dinh Nguyen <dinguyen at opensource.altera.com>

Applied, this is needed.

Best regards,
Marek Vasut


More information about the U-Boot mailing list