commit | 7f06de6a093e40d5326f339fca75bfb843c4c2ec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 15 18:27:20 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 09:47:50 2025 -0600 |
tree | ed50e57837732ba83c300ed8e8d0befbc61a9a9f | |
parent | 28243f07b9c6389b540e256c068bf3719366c7b8 [diff] |
spl: Plumb in the relocating loader This is fairly easy to use. The SPL loader sets up some fields in the spl_image_info struct and calls spl_reloc_prepare(). When SPL is ready to do the jump it must call spl_reloc_jump() instead of jump_to_image(). Add this logic. Signed-off-by: Simon Glass <sjg@chromium.org>