summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2016-07-28 07:38:31 +0200
committerNathan Rossi <nathan@nathanrossi.com>2016-07-31 18:41:00 +1000
commitf165bbb765850e90eea3adbdeb68803e8076f9e4 (patch)
tree56386f057bf5c7940607bacc70a51915f05c6bfe
parent60985416089f7db0eab527396b18c9e5480a2979 (diff)
downloadmeta-xilinx-f165bbb765850e90eea3adbdeb68803e8076f9e4.tar.gz
linux standard.cfg: Replace ext2/ext3 drivers with ext4
The ext4 driver supports all "ext" filesystems, including ext2 and ext3, and usually even performs better on existing ext3 partitions. Omitting the obsolete drivers makes the kernel a bit smaller. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg b/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg
index 47d38a8b..1a3db46b 100644
--- a/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg
+++ b/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg
@@ -66,9 +66,8 @@ CONFIG_BLK_DEV_RAM=y
66CONFIG_BLK_DEV_RAM_SIZE=16384 66CONFIG_BLK_DEV_RAM_SIZE=16384
67 67
68CONFIG_TMPFS=y 68CONFIG_TMPFS=y
69CONFIG_EXT2_FS=y
70CONFIG_EXT3_FS=y
71CONFIG_EXT4_FS=y 69CONFIG_EXT4_FS=y
70CONFIG_EXT4_USE_FOR_EXT2=y
72CONFIG_JFFS2_FS=y 71CONFIG_JFFS2_FS=y
73CONFIG_JFFS2_SUMMARY=y 72CONFIG_JFFS2_SUMMARY=y
74CONFIG_NFS_FS=y 73CONFIG_NFS_FS=y