u-boot-brain/fs/fat
Albert ARIBAUD b823fd9ba5 ARM: prevent misaligned array inits
Under option -munaligned-access, gcc can perform local char
or 16-bit array initializations using misaligned native
accesses which will throw a data abort exception. Fix files
where these array initializations were unneeded, and for
files known to contain such initializations, enforce gcc
option -mno-unaligned-access.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
[trini: Switch to usign call cc-option for -mno-unaligned-access as
Albert had done previously as that's really correct]
Signed-off-by: Tom Rini <trini@ti.com>
2012-10-15 11:53:07 -07:00
..
fat_write.c FAT: Make it possible to read from any file position 2012-09-26 11:11:32 -07:00
fat.c FAT: check for partition 0 not 1 for whole-disk fs 2012-10-08 11:15:04 -07:00
file.c fs/fat: Big code cleanup. 2010-07-24 20:54:46 +02:00
Makefile ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00