]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Jump to image at end of board_init_r
authorJonas Karlman <jonas@kwiboo.se>
Wed, 27 Sep 2023 21:44:13 +0000 (21:44 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 9 Oct 2023 19:24:31 +0000 (15:24 -0400)
commit6826c432e35115bbdafc17062733f5030b7f8366
tree9a79cf3e151f145ed96241e87130cb833fcc4e73
parenta60d9686f21fdf2549858ca0e728bcef545d73d2
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>
common/spl/spl.c