summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/projectroot/loader/entries
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2023-02-10 20:36:11 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-02-11 17:19:20 +0100
commit292781f91fa0e2fec85c00f804061839eec4641a (patch)
treebd62596204ea5246965c1b9b2832dc5bb6f358d9 /configs/platform-v7a/projectroot/loader/entries
parent65b42f3130c5526bcc48a832d16b295b2d775299 (diff)
downloadDistroKit-292781f91fa0e2fec85c00f804061839eec4641a.tar.gz
DistroKit-292781f91fa0e2fec85c00f804061839eec4641a.tar.xz
v7a: vexpress: remove console from blspec config
The console setup and linux command line passing is now done within barebox: | commit 319e387dbf72c7aea4b5159af9a43b5399c6431b | Author: Lucas Stach <dev@lynxeye.de> | Date: Sun Aug 16 23:42:40 2020 +0200 | | ARM: vexpress: set stdout path | | This ensures that the correct console gets activated independent | of the device probe order. | | Signed-off-by: Lucas Stach <dev@lynxeye.de> | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> The commit is part of mainline barebox since version v2020.09.0, so drop the console option. Drop the rootfstype as well while on it since the kernel will do an autodetection. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.pengutronix.de/20230210193612.2143905-14-m.felsch@pengutronix.de 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 a60a019..e2e2877 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 rootfstype=ext4 console=ttyAMA0,115200
+options rootwait
linux /boot/zImage
devicetree /boot/vexpress-v2p-ca9.dtb
linux-appendroot true