1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-29 14:17:10 +01:00
Files
u-boot-megous/arch
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-24 16:34:45 -04:00
2023-11-07 14:50:51 -05:00
2023-11-06 10:20:21 -05:00