diff mbox

[v2,2/3] configs: mx53loco: Extend to ext4 type

Message ID 1464290911-30595-2-git-send-email-festevam@gmail.com
State Accepted
Headers show

Commit Message

Fabio Estevam May 26, 2016, 7:28 p.m. UTC
Add support for EXT4 filesystem.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v1:
- None

 configs/mx53loco_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
index 06150c7..e461f7a 100644
--- a/configs/mx53loco_defconfig
+++ b/configs/mx53loco_defconfig
@@ -13,6 +13,7 @@  BR2_GLOBAL_PATCH_DIR="board/freescale/imx53loco/patches/"
 
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
 
 # Bootloader
 BR2_TARGET_UBOOT=y