spl: Add EXT support to SPL
Add EXT filesystem support to SPL. Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> [trini: Fix a warning and checkpatch problems] Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
205b4f33cf
commit
592f922261
@@ -8,6 +8,7 @@
|
||||
|
||||
ifdef CONFIG_SPL_BUILD
|
||||
obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/
|
||||
obj-$(CONFIG_SPL_EXT_SUPPORT) += ext4/
|
||||
else
|
||||
obj-y += fs.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user