
29 Oct
2015
29 Oct
'15
6:19 p.m.
On 28 October 2015 at 03:23, Nikita Kiryanov nikita@compulab.co.il wrote:
Refactor spl image load code out of board_init_r and into its own function. This is a preparation for supporting alternative boot devices.
Signed-off-by: Nikita Kiryanov nikita@compulab.co.il Cc: Igor Grinberg grinberg@compulab.co.il Cc: Tom Rini trini@konsulko.com Cc: Simon Glass sjg@chromium.org
Changes in V2: - No changes.
common/spl/spl.c | 117 ++++++++++++++++++++++++------------------------------- 1 file changed, 50 insertions(+), 67 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org