diff options
| author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2011-08-19 09:32:34 +0000 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-10-01 21:52:06 +0200 |
| commit | 40e219165bcdf450cc69976fa129f2ef9889973a (patch) | |
| tree | e4dd214f13a6cfdacc2dec8f0e93d15a170737c2 /include/fat.h | |
| parent | 60b36f0fc7c77e98b9d55c237e455c42a1caa44b (diff) | |
| download | olio-uboot-2014.01-40e219165bcdf450cc69976fa129f2ef9889973a.tar.xz olio-uboot-2014.01-40e219165bcdf450cc69976fa129f2ef9889973a.zip | |
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>
Diffstat (limited to 'include/fat.h')
0 files changed, 0 insertions, 0 deletions