aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-12-16 13:23:40 +0200
committerJon Medhurst <tixy@linaro.org>2013-01-17 09:45:05 +0000
commitcf638003c93b62d30fcc5b451db9300180487fa2 (patch)
treeb4fbafe8735581ac7bb5fca22c1ffc4e27528424
parent9eb5a6a2a21a783ce4e2777b9b6836903758ef8a (diff)
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 <fathi.boudra@linaro.org>
-rw-r--r--linaro/configs/u8500.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro/configs/u8500.conf b/linaro/configs/u8500.conf
index 75b9decc6591..61c1f232de80 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