commit | 6826c432e35115bbdafc17062733f5030b7f8366 | [log] [tgz] |
---|---|---|
author | Jonas Karlman <jonas@kwiboo.se> | Wed Sep 27 21:44:13 2023 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 09 15:24:31 2023 -0400 |
tree | 9a79cf3e151f145ed96241e87130cb833fcc4e73 | |
parent | a60d9686f21fdf2549858ca0e728bcef545d73d2 [diff] |
spl: Jump to image at end of board_init_r spl_board_prepare_for_boot() is not called before jumping/invoking atf, optee, opensbi or linux images. Jump to image at the end of board_init_r() to fix this. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Simon Glass <sjg@chromium.org>