1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-29 19:37:10 +01:00
Files
u-boot-megous/arch/arm
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
..
2023-10-22 23:41:52 +01:00
2023-10-09 15:24:31 -04:00
2023-11-07 14:50:52 -05:00
2023-11-16 13:48:58 -05:00