summaryrefslogtreecommitdiffstats
path: root/openpower/configs/linux
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-08-18 11:23:15 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-08-18 11:23:15 +1000
commit8e9ad3addcdc18d9ed792668658ee1b4a165769b (patch)
treec517b8a20a29c8a36ac02afcf9900a7b326f8e46 /openpower/configs/linux
parentbaa934fba8f0e3a16a807c822aa89798bbc9479f (diff)
downloadtalos-op-build-8e9ad3addcdc18d9ed792668658ee1b4a165769b.tar.gz
talos-op-build-8e9ad3addcdc18d9ed792668658ee1b4a165769b.zip
Remove ext3 from petitboot kernel, use ext4 to mount ext3
This is, in fact, what was already going on behind the scenes. This change saves 86kb in zImage.epapr: -rwxr-xr-x 1 stewart users 13632614 Aug 18 11:10 zImage.epapr -rwxr-xr-x 1 stewart users 13546598 Aug 18 11:18 zImage.epapr Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'openpower/configs/linux')
-rw-r--r--openpower/configs/linux/skiroot_defconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/openpower/configs/linux/skiroot_defconfig b/openpower/configs/linux/skiroot_defconfig
index c2572fde..0d02a46f 100644
--- a/openpower/configs/linux/skiroot_defconfig
+++ b/openpower/configs/linux/skiroot_defconfig
@@ -177,9 +177,7 @@ CONFIG_VIRT_DRIVERS=y
CONFIG_VIRTIO_PCI=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_EXT2_FS=n
-CONFIG_EXT3_FS=y
-CONFIG_EXT3_FS_POSIX_ACL=y
-CONFIG_EXT3_FS_SECURITY=y
+CONFIG_EXT3_FS=n
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
OpenPOWER on IntegriCloud