mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Currently in do_fat_read() when reading FAT sectors, we have to divide down LINEAR_PREFETCH_SIZE by the sector size, whereas it's defined as 2 sectors worth of bytes. In order to avoid redundant multiplication/division, introduce #define PREFETCH_BLOCKS instead of #define LINEAR_PREFETCH_SIZE. Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com> |
||
|---|---|---|
| .. | ||
| cramfs | ||
| ext2 | ||
| fat | ||
| fdos | ||
| jffs2 | ||
| reiserfs | ||
| ubifs | ||
| yaffs2 | ||
| Makefile | ||