Re: [U-Boot] [PATCH v2 4/8] FAT: Fix redundant sector read

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message <1342599378.332558.1342790412010.javamail.r...@advansee.com> you wrote: > With the previous code, the remaining prefetched sectors were read again af> > ter > each sector. With this patch, each sector is read only once, thus making th> e > prefetch useful. > >

[U-Boot] [PATCH v2 4/8] FAT: Fix redundant sector read

2012-07-20 Thread Benoît Thébaudeau
With the previous code, the remaining prefetched sectors were read again after each sector. With this patch, each sector is read only once, thus making the prefetch useful. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- Changes for v2: - Patch renumbering because of the new v2 1/8. - P