aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2021-11-03 15:11:53 +0100
committerTom Rini <trini@konsulko.com>2021-11-11 19:02:44 -0500
commit83ef79b60b80f3009b5efecec6c377991c9fb5e3 (patch)
treed063382e466dcc496719af976d8972db106f2fa6 /configs
parent33fa496aeaeb3ebd8241e8b529d1915a91234d8a (diff)
downloadu-boot-83ef79b60b80f3009b5efecec6c377991c9fb5e3.zip
u-boot-83ef79b60b80f3009b5efecec6c377991c9fb5e3.tar.gz
u-boot-83ef79b60b80f3009b5efecec6c377991c9fb5e3.tar.bz2
boards: siemens: iot2050: Re-enable bootstage reporting
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> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/iot2050_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/iot2050_defconfig b/configs/iot2050_defconfig
index 9a68708..4a87a33 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