commit | e99b2cdeebac44065420cfa58d44c45ebfa5cdb9 | [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 | fab09a57dc0126ff9bf7a297cf7c5619d102a297 [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>