From 22989e7493f0ee14d80a23e820c1165f3a4190c4 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Sun, 16 Dec 2012 13:23:40 +0200 Subject: [PATCH] u8500.conf: remove CONFIG_LBDAF and add CONFIG_EXT4_FS Remove CONFIG_LBDAF: fix Filesystem with huge files cannot be mounted RDWR without CONFIG_LBDAF Add CONFIG_EXT4_FS: enable ext4 fs, default filesystem on Linaro rootfs. It will allow to boot out of the box with linaro-image-tools. See https://bugs.launchpad.net/bugs/1081904 Signed-off-by: Fathi Boudra --- linaro/configs/u8500.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linaro/configs/u8500.conf b/linaro/configs/u8500.conf index 75b9dec..61c1f23 100644 --- a/linaro/configs/u8500.conf +++ b/linaro/configs/u8500.conf @@ -7,7 +7,6 @@ CONFIG_BLK_DEV_INITRD=y CONFIG_KALLSYMS_ALL=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y -# CONFIG_LBDAF is not set # CONFIG_BLK_DEV_BSG is not set CONFIG_ARCH_U8500=y CONFIG_MACH_HREFV60=y @@ -99,6 +98,7 @@ CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS=y +CONFIG_EXT4_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y -- 1.7.9.5