u-boot-brain/fs/fat
Nobuhiro Iwamatsu 8abd053cf0 fs: fat: Fix cache align error message in fatwrite
Use of malloc of do_fat_write() causes cache error on ARM v7 platforms.
Perhaps, the same problem will occur at any other CPUs.
This replaces malloc with memalign to fix cache buffer alignment.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Yoshiyuki Ito <yoshiyuki.ito.ub@renesas.com>
Tested-by: Hector Palacios <hector.palacios@digi.com>
2014-05-12 15:19:45 -04:00
..
fat_write.c fs: fat: Fix cache align error message in fatwrite 2014-05-12 15:19:45 -04:00
fat.c fat: implement exists() for FAT fs 2014-02-19 09:47:34 -05:00
file.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Makefile fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00