]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: fit: Fix entry point for SPL_LOAD_FIT_FULL
authorSean Anderson <seanga2@gmail.com>
Sat, 14 Oct 2023 20:47:39 +0000 (16:47 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Oct 2023 00:50:52 +0000 (20:50 -0400)
commit5264413246ed258197eea2bd36b3292b9a6cbe6f
treeb0c2e1fdcd66f95575ce17c82f1f84886002d93d
parent6cc2182c84a94d7d765b392e4801cc3e11f404ca
spl: fit: Fix entry point for SPL_LOAD_FIT_FULL

The entry point is not always the same as the load address. Use the value
of the entry property if it exists.

Fixes: 8a9dc16e4d0 ("spl: Add full fitImage support")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/spl_fit.c