u-boot-brain/fs/fat
Sergei Shtylyov 40e219165b fat: root directory cluster only makes sense for FAT32
The root directory cluster field only exists in a FAT32 boot sector, so the
'root_cluster' variable in do_fat_read() contains garbage in case of FAT12/16.
Make it contain 0 instead as this is what is passed to get_vfatname() in that
case anyway.

Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
2011-10-01 21:52:06 +02:00
..
fat.c fat: root directory cluster only makes sense for FAT32 2011-10-01 21:52:06 +02:00
file.c fs/fat: Big code cleanup. 2010-07-24 20:54:46 +02:00
Makefile scaled down version of generic libraries for SPL 2011-07-26 14:44:25 +02:00