Re: [U-Boot] [PATCH 3/5] FAT32: fix broken root directory handling.

2010-07-24 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1279532220-5848-4-git-send-email...@denx.de> you wrote: > On FAT32, instead of fetching the cluster numbers from the FAT, the > code assumed (incorrectly) that the clusters for the root directory > were allocated contiguously. In the result, only the first cluster >

[U-Boot] [PATCH 3/5] FAT32: fix broken root directory handling.

2010-07-19 Thread Wolfgang Denk
On FAT32, instead of fetching the cluster numbers from the FAT, the code assumed (incorrectly) that the clusters for the root directory were allocated contiguously. In the result, only the first cluster could be accessed. At the typical cluster size of 8 sectors this caused all accesses to files af