mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ifdefs in the code are making it harder to read. The use of simple if(vfat_enabled) makes no more code and is cleaner. (the code is discarded by the compiler instead of the preprocessor.) NB: if -O0 is used, the code won't be discarded and bonus, now the code compiles even if CONFIG_SUPPORT_VFAT is not defined. Signed-off-by: Richard Genoud <richard.genoud@gmail.com> |
||
|---|---|---|
| .. | ||
| cbfs | ||
| cramfs | ||
| ext4 | ||
| fat | ||
| fdos | ||
| jffs2 | ||
| reiserfs | ||
| ubifs | ||
| yaffs2 | ||
| zfs | ||
| fs.c | ||
| Makefile | ||