commit | 38e4f6267e6603d89864fb5352290c3b0b0c16fc | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Nov 08 11:48:56 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 13:49:14 2023 -0500 |
tree | 48dbb2eff79d880476c676b9340fc9ce1368f104 | |
parent | 531d8379de43232a4b658fa45ab1fc148881e813 [diff] |
spl: Convert spi to spl_load This converts the spi load method to use spl_load. The address used for LOAD_FIT_FULL may be different, but there are no in-tree users of that config. Since payload_offs is only used without OS_BOOT, we defer its initialization. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>