Re: [PATCH v7 10/26] spl: Remove filename from spl_load_info

2023-11-08 Thread Simon Glass
On Wed, 8 Nov 2023 at 09:49, Sean Anderson wrote: > > 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-ali

[PATCH v7 10/26] spl: Remove filename from spl_load_info

2023-11-08 Thread Sean Anderson
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 b