mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
fs/erofs: add erofs filesystem support
This patch mainly deals with uncompressed files. Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
This commit is contained in:
@@ -17,6 +17,7 @@ struct cmd_tbl;
|
||||
#define FS_TYPE_UBIFS 4
|
||||
#define FS_TYPE_BTRFS 5
|
||||
#define FS_TYPE_SQUASHFS 6
|
||||
#define FS_TYPE_EROFS 7
|
||||
|
||||
struct blk_desc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user