u-boot/test/image
Sean Anderson a04d5f60a5 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>
2023-11-16 13:49:14 -05:00
..
Kconfig spl: Only support bl_len when we have to 2023-11-16 13:49:14 -05:00
Makefile test: spl: Add a test for NAND 2023-11-16 12:43:49 -05:00
spl_load.c test: spl: Support testing LEGACY_LZMA filesystem images 2023-11-16 13:49:14 -05:00
spl_load_fs.c spl: Convert NVMe to spl_load 2023-11-16 13:49:14 -05:00
spl_load_nand.c spl: Convert nand to spl_load 2023-11-16 13:49:14 -05:00
spl_load_net.c spl: Convert net to spl_load 2023-11-16 13:49:14 -05:00
spl_load_nor.c spl: Convert nor to spl_load 2023-11-16 13:49:14 -05:00
spl_load_os.c spl: Only support bl_len when we have to 2023-11-16 13:49:14 -05:00
spl_load_spi.c spl: Convert spi to spl_load 2023-11-16 13:49:14 -05:00
test-imagetools.sh test: Update test-imagetools.sh to match new syntax 2019-03-08 11:31:44 -05:00