Re: [PATCH v6 09/25] spl: Remove filename from spl_load_info

2023-11-08 Thread Sean Anderson
On 11/7/23 23:23, Simon Glass wrote: On Sun, 5 Nov 2023 at 19:26, 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

Re: [PATCH v6 09/25] spl: Remove filename from spl_load_info

2023-11-07 Thread Simon Glass
On Sun, 5 Nov 2023 at 19:26, 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

[PATCH v6 09/25] spl: Remove filename from spl_load_info

2023-11-05 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. Remove this logic, and instead achieve it by setting