Files
u-boot-tk1-som/arch/arm/lib
Jeremy Hunt b8cb51d0de armv8: spl: Call board_init_r from crt0_64 in SPL
As part of the startup process for boards using the SPL, the
meaning of board_init_f changed such that it should return normally
rather than calling board_init_r directly. (see
db910353a1 )
This was fixed in 32-bit arm, but broke when SPL was added to
64 bit arm. This fixes crt0_64 so that it calls board_init_r
during the SPL and removes the direct call from board_init_f
from the arm SPL example.

Signed-off-by: Jeremy Hunt <Jeremy.Hunt@DEShawResearch.com>

Acked-by: Simon Glass <sjg@chromium.org>
2016-07-22 14:46:23 -04:00
..
2016-07-22 09:53:00 -04:00
2014-10-26 22:23:40 +01:00
2015-10-15 14:47:03 +02:00
2016-07-22 09:53:00 -04:00
2015-04-22 12:14:55 -04:00
2016-05-02 18:37:09 -04:00
2016-07-22 09:53:00 -04:00