u-boot/test/image
Sean Anderson afdd2d98c2 spl: Remove filename from spl_load_info
For filesystems, filename serves the same purpose as priv. However,
spl_load_fit_image also uses it to determine whether to use a DMA-aligned
buffer. This is beneficial for FAT, which uses a bounce-buffer if the
destination is not DMA-aligned. However, this is unnecessary now that
filesystems set bl_len to ARCH_DMA_MINALIGN instead. With this done, we can
remove filename entirely.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-11-16 13:49:14 -05:00
..
Kconfig test: spl: Add a test for NAND 2023-11-16 12:43:49 -05:00
Makefile test: spl: Add a test for NAND 2023-11-16 12:43:49 -05:00
spl_load.c test: spl: Add a test for the SPI load method 2023-10-17 20:50:52 -04:00
spl_load_fs.c test: spl: Add a test for the MMC load method 2023-10-17 20:50:52 -04:00
spl_load_nand.c test: spl: Add a test for NAND 2023-11-16 12:43:49 -05:00
spl_load_net.c test: spl: Add a test for the NET load method 2023-10-17 20:50:52 -04:00
spl_load_nor.c test: spl: Add a test for the NOR load method 2023-10-17 20:50:52 -04:00
spl_load_os.c spl: Remove filename from spl_load_info 2023-11-16 13:49:14 -05:00
spl_load_spi.c test: spl: Add a test for the SPI load method 2023-10-17 20:50:52 -04:00
test-imagetools.sh test: Update test-imagetools.sh to match new syntax 2019-03-08 11:31:44 -05:00