1
0
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:
Hans de Goede
2015-09-17 18:46:58 -04:00
committed by Tom Rini
parent 29cc5bcadf
commit 251cee0db2
3 changed files with 44 additions and 0 deletions

View File

@@ -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