An ext4 partition could be used to store the root file system. The kernel need to have built-in support for ext4 to be able to mount the VFS root on boot.
Signed-off-by: Fathi Boudra fathi.boudra@linaro.org --- arch/arm/configs/vexpress_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig index c2f7ca1..e9ab454 100644 --- a/arch/arm/configs/vexpress_defconfig +++ b/arch/arm/configs/vexpress_defconfig @@ -119,6 +119,7 @@ CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set # CONFIG_EXT3_FS_XATTR is not set +CONFIG_EXT4_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y CONFIG_JFFS2_FS=y