summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/projectroot/loader/entries
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/platform-v7a/projectroot/loader/entries
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/platform-v7a/projectroot/loader/entries')
-rw-r--r--configs/platform-v7a/projectroot/loader/entries/vexpress.conf2
1 files changed, 1 insertions, 1 deletions
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