All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] boards: siemens: iot2050: Re-enable bootstage reporting
@ 2021-11-03 14:11 Jan Kiszka
  2021-11-05  2:02 ` Simon Glass
  2021-11-12 15:41 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2021-11-03 14:11 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Su, Bao Cheng (RC-CN DF FA R&D), Marek Vasut, Simon Glass

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

This got lost while fixing up the condition in
board/siemens/iot2050/board.c

Fixes: b55881dd ("bootstage: Add SPL support")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 configs/iot2050_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/iot2050_defconfig b/configs/iot2050_defconfig
index 9a68708997..4a87a3394d 100644
--- a/configs/iot2050_defconfig
+++ b/configs/iot2050_defconfig
@@ -27,6 +27,8 @@ CONFIG_SPL_LOAD_FIT=y
 # CONFIG_USE_SPL_FIT_GENERATOR is not set
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_BOOTSTAGE=y
+CONFIG_SHOW_BOOT_PROGRESS=y
+CONFIG_SPL_SHOW_BOOT_PROGRESS=y
 CONFIG_CONSOLE_MUX=y
 # CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_SPL_BOARD_INIT=y
-- 
2.31.1

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

end of thread, other threads:[~2021-11-12 15:43 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:11 [PATCH] boards: siemens: iot2050: Re-enable bootstage reporting Jan Kiszka
2021-11-05  2:02 ` Simon Glass
2021-11-12 15:41 ` Tom Rini

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.