aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-12-16 13:23:40 +0200
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-12-17 17:07:23 +0400
commite8adb22b381dcfffe564dc77a6a85318a037a81d (patch)
tree758339c3c466623325f84e649da8516b8a427c3d /linaro
parent3a9641609e6d3721b2b38b4f6f90d474b7479c24 (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>
Diffstat (limited to 'linaro')
-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 75b9decc659..61c1f232de8 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