mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-13 04:28:48 +01:00
This makes the FAT filesystem API more consistent with other block-based filesystems. If in the future standard multi-filesystem commands such as "ls" or "load" are implemented, having FAT work the same way as other filesystems will be necessary. Convert cmd_fat.c to the new API, so the code looks more like other files implementing the same commands for other filesystems. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> |
||
|---|---|---|
| .. | ||
| cbfs | ||
| cramfs | ||
| ext4 | ||
| fat | ||
| fdos | ||
| jffs2 | ||
| reiserfs | ||
| ubifs | ||
| yaffs2 | ||
| zfs | ||
| Makefile | ||