commit | 7cd91f7da7ad0807823e633087c5466ac26635d8 | [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 | 53a44fc0864f74eed2764dcdd0baeb90cfee6700 [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>