1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-27 20:59:21 +01:00
Files
u-boot-megous/common/spl
Stefan Herbrechtsmeier 77253c50ab spl: fit: Allocate buffers aligned to cache line size
Allocate memory for buffers at a cache-line boundary to avoid
misaligned buffer address for subsequent reads. This avoids an
additional sector-based memory copy in the fat file system driver:

FAT: Misaligned buffer address (...)

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
2022-09-14 15:23:03 -04:00
..