mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02: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