mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
ubifs: Add generic fs support
Add generic fs support, so that commands like ls, load and test -e can be used on ubifs. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#define FS_TYPE_FAT 1
|
||||
#define FS_TYPE_EXT 2
|
||||
#define FS_TYPE_SANDBOX 3
|
||||
#define FS_TYPE_UBIFS 4
|
||||
|
||||
/*
|
||||
* Tell the fs layer which block device an partition to use for future
|
||||
|
||||
Reference in New Issue
Block a user