All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bootstage: Differentiate boot progress kconfig entries
@ 2021-11-03 14:09 Jan Kiszka
  2021-11-05  2:02 ` Simon Glass
  2021-11-14  0:34 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2021-11-03 14:09 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Marek Vasut, Simon Glass

From: Jan Kiszka <jan.kiszka@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@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

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

* Re: [PATCH] bootstage: Differentiate boot progress kconfig entries
  2021-11-03 14:09 [PATCH] bootstage: Differentiate boot progress kconfig entries Jan Kiszka
@ 2021-11-05  2:02 ` Simon Glass
  2021-11-14  0:34 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-11-05  2:02 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: U-Boot Mailing List, Marek Vasut

On Wed, 3 Nov 2021 at 08:09, Jan Kiszka <jan.kiszka@siemens.com> wrote:
>
> From: Jan Kiszka <jan.kiszka@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@siemens.com>
> ---
>  common/Kconfig.boot | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* Re: [PATCH] bootstage: Differentiate boot progress kconfig entries
  2021-11-03 14:09 [PATCH] bootstage: Differentiate boot progress kconfig entries Jan Kiszka
  2021-11-05  2:02 ` Simon Glass
@ 2021-11-14  0:34 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-11-14  0:34 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List, Marek Vasut, Jan Kiszka

On Wed, 3 Nov 2021 at 08:09, Jan Kiszka <jan.kiszka@siemens.com> wrote:
>
> From: Jan Kiszka <jan.kiszka@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@siemens.com>
> ---
>  common/Kconfig.boot | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!

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

end of thread, other threads:[~2021-11-14  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 14:09 [PATCH] bootstage: Differentiate boot progress kconfig entries Jan Kiszka
2021-11-05  2:02 ` Simon Glass
2021-11-14  0:34 ` 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.