u-boot/fs/fat
Stefan Brüns b352caea75 fs/fat: Fix unaligned __u16 reads for FAT12 access
Doing unaligned reads is not supported on all architectures, use
byte sized reads of the little endian buffer.
Rename off16 to off8, as it reflects the buffer offset in byte
granularity (offset is in entry, i.e. 12 bit, granularity).
Fix a regression introduced in 8d48c92b45

Reported-by: Oleksandr Tymoshenko <gonzo@bluezbox.com>
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Tested-by: Oleksandr Tymoshenko <gonzo@bluezbox.com>
2017-01-28 14:04:51 -05:00
..
Kconfig kconfig: add blank Kconfig files 2014-09-24 18:30:28 -04:00
Makefile fs: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00
fat.c fs/fat: Fix unaligned __u16 reads for FAT12 access 2017-01-28 14:04:51 -05:00
fat_write.c fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() 2016-12-27 11:24:14 -05:00
file.c fat: Prepare API change for files greater than 2GB 2014-11-23 06:49:04 -05:00