From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [RESEND][PATCH v1 2/6] v7a_noneon: barebox: don't activate all consoles by default
Date: Wed, 14 Aug 2024 11:32:05 +0200 [thread overview]
Message-ID: <20240814093207.606528-3-rhi@pengutronix.de> (raw)
In-Reply-To: <20240814093207.606528-1-rhi@pengutronix.de>
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
The device trees have a /chosen/stdout-path property pointing at the
dedicated console device, so there's no need to output the barebox
console on all registered UARTs.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
configs/platform-v7a_noneon/barebox-vexpress.config | 4 ++--
configs/platform-v7a_noneon/barebox-vexpress.config.diff | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config b/configs/platform-v7a_noneon/barebox-vexpress.config
index 9423207ea413..39429bbce6fb 100644
--- a/configs/platform-v7a_noneon/barebox-vexpress.config
+++ b/configs/platform-v7a_noneon/barebox-vexpress.config
@@ -161,8 +161,8 @@ CONFIG_CONSOLE_FULL=y
# CONFIG_CONSOLE_SIMPLE is not set
# CONFIG_CONSOLE_NONE is not set
# CONFIG_CONSOLE_ACTIVATE_FIRST is not set
-CONFIG_CONSOLE_ACTIVATE_ALL=y
-# CONFIG_CONSOLE_ACTIVATE_NONE is not set
+# CONFIG_CONSOLE_ACTIVATE_ALL is not set
+CONFIG_CONSOLE_ACTIVATE_NONE=y
CONFIG_CONSOLE_ALLOW_COLOR=y
# CONFIG_CONSOLE_DISABLE_INPUT is not set
CONFIG_PBL_CONSOLE=y
diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config.diff b/configs/platform-v7a_noneon/barebox-vexpress.config.diff
index 23060c8178b1..8467df162532 100644
--- a/configs/platform-v7a_noneon/barebox-vexpress.config.diff
+++ b/configs/platform-v7a_noneon/barebox-vexpress.config.diff
@@ -9,8 +9,8 @@ CONFIG_ARCH_VEXPRESS=y
# CONFIG_CLOCKSOURCE_BCM283X is undefined
# CONFIG_CMD_GPIO is undefined
# CONFIG_CMD_SMC is undefined
-CONFIG_CONSOLE_ACTIVATE_ALL=y
# CONFIG_CONSOLE_ACTIVATE_FIRST is not set
+CONFIG_CONSOLE_ACTIVATE_NONE=y
# CONFIG_DEBUG_PBL is not set
CONFIG_DRIVER_CFI=y
CONFIG_DRIVER_CFI_AMD=y
--
2.39.2
next prev parent reply other threads:[~2024-08-14 9:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-14 9:32 [DistroKit] [RESEND][PATCH v1 0/6] v7a_noneon: barebox update Roland Hieber
2024-08-14 9:32 ` [DistroKit] [RESEND][PATCH v1 1/6] v7a_noneon: barebox: update to v2024.07.0 Roland Hieber
2024-08-14 9:32 ` Roland Hieber [this message]
2024-08-14 9:32 ` [DistroKit] [RESEND][PATCH v1 3/6] v7a_noneon: barebox: use ARM-optimized routines where appropriate Roland Hieber
2024-08-14 9:32 ` [DistroKit] [RESEND][PATCH v1 4/6] v7a_noneon: barebox: enable of_diff command Roland Hieber
2024-08-14 9:32 ` [DistroKit] [RESEND][PATCH v1 5/6] v7a_noneon: generate vexpress.norimg by default Roland Hieber
2024-08-14 9:32 ` [DistroKit] [RESEND][PATCH v1 6/6] v7a_noneon: run: really constrain the forwarded SSH port to <= 64000 Roland Hieber
2024-08-14 10:03 ` [DistroKit] [RESEND][PATCH v1 0/6] v7a_noneon: barebox update Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240814093207.606528-3-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox