Skip to content
Snippets Groups Projects
Commit 8abd053c authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Tom Rini
Browse files

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: default avatarNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: default avatarYoshiyuki Ito <yoshiyuki.ito.ub@renesas.com>
Tested-by: default avatarHector Palacios <hector.palacios@digi.com>
parent 8e261575
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment