commit | 5264413246ed258197eea2bd36b3292b9a6cbe6f | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:47:39 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | b0c2e1fdcd66f95575ce17c82f1f84886002d93d | |
parent | 6cc2182c84a94d7d765b392e4801cc3e11f404ca [diff] |
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>