Skip to content

Commit ff7b5a2

Browse files
akemnadeShawn Guo
authored andcommitted
arm: imx_v6_v7_defconfig: enable ext4 directly
In former times, ext4 was enabled implicitely by enabling ext3 but with the ext3 fs gone, it does not get enabled, which lets devices fail to mount root on non-initrd based boots with an ext4 root. Fixes: d6ace46 ("ext4: remove obsolete EXT3 config options") Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent f31e261 commit ff7b5a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,9 @@ CONFIG_EXT2_FS=y
436436
CONFIG_EXT2_FS_XATTR=y
437437
CONFIG_EXT2_FS_POSIX_ACL=y
438438
CONFIG_EXT2_FS_SECURITY=y
439-
CONFIG_EXT3_FS=y
440-
CONFIG_EXT3_FS_POSIX_ACL=y
441-
CONFIG_EXT3_FS_SECURITY=y
439+
CONFIG_EXT4_FS=y
440+
CONFIG_EXT4_FS_POSIX_ACL=y
441+
CONFIG_EXT4_FS_SECURITY=y
442442
CONFIG_QUOTA=y
443443
CONFIG_QUOTA_NETLINK_INTERFACE=y
444444
CONFIG_AUTOFS_FS=y

0 commit comments

Comments
 (0)