commit | 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d | [log] [tgz] |
---|---|---|
author | michael <trimarchi@gandalf.sssup.it> | Sun Mar 02 23:33:46 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Mon Mar 03 00:40:42 2008 +0100 |
tree | 8941f5d852a1e857e4e953a58fd475624a1e401b | |
parent | 661bad63a076a96c39c64f136915f146725af92b [diff] |
Fix checking fat32 cluster size. This fixes the cluster size tests in the FAT32 file system. The current implementation of VFAT support doesn't work if the referred cluster has an offset > 16bit representation, causing "fatload" and "fatls" commands etc. to fail. Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>