diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-04-08 02:12:46 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-12 19:19:45 (GMT) |
commit | 8abd053cf07a1e4264d59c671e05a602fc7a31ad (patch) | |
tree | cba2570aa1881b8ef1471117fee1c8398117122a /drivers/net | |
parent | 8e2615752ee6d5daf8ce2e1e599a0512750f24b9 (diff) | |
download | u-boot-8abd053cf07a1e4264d59c671e05a602fc7a31ad.tar.xz |
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>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions