mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] common: Sconfig: fix help text of BOOT_UNSIGNED_IMAGES
@ 2026-09-08  5:22 Ulrich Ölmann
  2026-09-11 12:00 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Ölmann @ 2026-09-08  5:22 UTC (permalink / raw)
  To: Barebox List

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-11 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08  5:22 [PATCH] common: Sconfig: fix help text of BOOT_UNSIGNED_IMAGES Ulrich Ölmann
2026-09-11 12:00 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox