[PATCH] bootstage: Differentiate boot progress kconfig entries

Jan Kiszka jan.kiszka at siemens.com
Wed Nov 3 15:09:36 CET 2021


From: Jan Kiszka <jan.kiszka at siemens.com>

Both U-Boot proper and SPL entries were using the same description.

Fixes: b55881dd ("bootstage: Add SPL support")
Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
---
 common/Kconfig.boot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index a8d4be23a9..d3a12be228 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.31.1


More information about the U-Boot mailing list