summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2021-11-03 17:09:36 +0300
committerSimon Glass <sjg@chromium.org>2021-11-13 18:17:22 +0300
commitc1df3d54d6e5d79626c2f796b03668047316a802 (patch)
treeaaa8f1796f161adc6e4821a5ca5715e91153e496
parent592e2e592964f76eda4fc797b296742556ecdf62 (diff)
downloadu-boot-c1df3d54d6e5d79626c2f796b03668047316a802.tar.xz
bootstage: Differentiate boot progress kconfig entries
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@siemens.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index a8d4be23a9..d3a12be228 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -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