
8 Nov
2023
8 Nov
'23
5:24 a.m.
On Sun, 5 Nov 2023 at 19:26, Sean Anderson seanga2@gmail.com wrote:
If we don't DMA-align buffers we pass to FAT, it will align them itself. This behaviour likely should be deprecated in favor of CONFIG_BOUNCE_BUFFER, but that's a task for another series. For the meantime, don't bother aligning the buffer unless we had been doing so in the past.
Signed-off-by: Sean Anderson seanga2@gmail.com
Changes in v6:
- New
common/spl/Kconfig | 18 ++++++++++++++++-- common/spl/spl_blk_fs.c | 5 ++++- common/spl/spl_fat.c | 5 ++++- 3 files changed, 24 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org