From: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] common: Sconfig: fix help text of BOOT_UNSIGNED_IMAGES
Date: Tue, 8 Sep 2026 07:22:36 +0200 [thread overview]
Message-ID: <20260908052236.2357822-1-u.oelmann@pengutronix.de> (raw)
Enabling this option relaxes the requirements for boot artifacts. For secure
boot, however, it must be disabled unless signed images are enforced at build
time via CONFIG_BOOTM_FORCE_SIGNED_IMAGES.
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
common/Sconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/Sconfig b/common/Sconfig
index b5c585b11b20..e5bfb63cfcb3 100644
--- a/common/Sconfig
+++ b/common/Sconfig
@@ -56,8 +56,8 @@ config BOOT_UNSIGNED_IMAGES
Say y here if you want to allow booting of images with
an invalid signature or no signature at all.
- Systems with verified boot chains should say y here
+ Systems with verified boot chains should say n here
or force it at compile time irrespective of policy
- with CONFIG_BOOTM_FORCE_SIGNED_IMAGES
+ with CONFIG_BOOTM_FORCE_SIGNED_IMAGES.
endmenu
--
2.47.3
reply other threads:[~2026-09-08 5:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260908052236.2357822-1-u.oelmann@pengutronix.de \
--to=u.oelmann@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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