1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 18:49:18 +01:00
Files
u-boot-megous/common/spl
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
..
2022-10-31 11:03:59 -04:00
2023-07-30 18:53:08 +02:00
2023-09-19 11:36:26 -04:00
2022-09-25 08:30:05 -06:00