All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] bootstage: Update SPL support Kconfig description
@ 2021-11-03 14:20 Marek Vasut
  2021-11-03 14:20 ` [PATCH 2/3] bootstage: Fix up remaining bootstage config misuse Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marek Vasut @ 2021-11-03 14:20 UTC (permalink / raw)
  To: u-boot; +Cc: Marek Vasut, Simon Glass

Add "in SPL" suffix to the Kconfig description, to make it differ
from the "proper" U-Boot entry.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
---
 common/Kconfig.boot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index a8d4be23a97..d3a12be2281 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -704,7 +704,7 @@ config SHOW_BOOT_PROGRESS
 	  151	common/cmd_nand.c	FIT image format OK
 
 config SPL_SHOW_BOOT_PROGRESS
-	bool "Show boot progress in a board-specific manner"
+	bool "Show boot progress in a board-specific manner in SPL"
 	depends on SPL
 	help
 	  Defining this option allows to add some board-specific code (calling
-- 
2.33.0


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

end of thread, other threads:[~2021-12-19 23:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 14:20 [PATCH 1/3] bootstage: Update SPL support Kconfig description Marek Vasut
2021-11-03 14:20 ` [PATCH 2/3] bootstage: Fix up remaining bootstage config misuse Marek Vasut
2021-11-05  2:02   ` Simon Glass
2021-11-13 21:32     ` Simon Glass
2021-11-03 14:20 ` [PATCH 3/3] bootstage: Enable SPL bootstage in sandbox_spl config Marek Vasut
2021-11-05  2:02   ` Simon Glass
2021-12-19 23:21     ` Marek Vasut
2021-11-05  2:02 ` [PATCH 1/3] bootstage: Update SPL support Kconfig description Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.