summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-07-04 15:39:14 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-07-04 15:41:06 +0200
commit49fd59c4bd0b1612e1be6ae69504d24f0ffebca2 (patch)
tree285d1c0a81d9e535ac13178f068f1c36e4b59929 /configs
parent9f1f14530940f7f075d58007dcbaed3479bc6806 (diff)
downloadDistroKit-49fd59c4bd0b1612e1be6ae69504d24f0ffebca2.tar.gz
DistroKit-49fd59c4bd0b1612e1be6ae69504d24f0ffebca2.tar.xz
platform-v7a: kernel: avoid ext2 warning on startup
Deactivate support for ext2 + ext3, as our rootfs is ext4. Add a hint to the kernel command line, in order to avoid this warning: EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/kernelconfig8
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/vexpress.conf2
2 files changed, 4 insertions, 6 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 4036dc6..a98a3d9 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -2673,12 +2673,10 @@ CONFIG_HAVE_ARM_SMCCC=y
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
-CONFIG_EXT2_FS=y
-# CONFIG_EXT2_FS_XATTR is not set
-CONFIG_EXT3_FS=y
-# CONFIG_EXT3_FS_POSIX_ACL is not set
-# CONFIG_EXT3_FS_SECURITY is not set
+# CONFIG_EXT2_FS is not set
+# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
+# CONFIG_EXT4_USE_FOR_EXT2 is not set
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
# CONFIG_EXT4_ENCRYPTION is not set
diff --git a/configs/platform-v7a/projectroot/loader/entries/vexpress.conf b/configs/platform-v7a/projectroot/loader/entries/vexpress.conf
index e916339..a60a019 100644
--- a/configs/platform-v7a/projectroot/loader/entries/vexpress.conf
+++ b/configs/platform-v7a/projectroot/loader/entries/vexpress.conf
@@ -1,6 +1,6 @@
title PTXdist - Pengutronix-DistroKit
version 4.11
-options rootwait console=ttyAMA0,115200
+options rootwait rootfstype=ext4 console=ttyAMA0,115200
linux /boot/zImage
devicetree /boot/vexpress-v2p-ca9.dtb
linux-appendroot true