u-boot/fs/fat
Bryan Wu 7e4b9b4f6f fat: fix unaligned errors
A couple of buffers in the fat code are declared as an array of bytes.
But it is then cast up to a structure with 16bit and 32bit members.
Since GCC assumes structure alignment here, we have to force the
buffers to be aligned according to the structure usage.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-01-24 02:03:39 +01:00
..
fat.c fat: fix unaligned errors 2009-01-24 02:03:39 +01:00
file.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
Makefile fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00