From: Jan Kiszka Date: Wed, 3 Nov 2021 14:11:53 +0000 (+0100) Subject: boards: siemens: iot2050: Re-enable bootstage reporting X-Git-Tag: v2025.01-rc5-pxa1908~1641^2~2 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=83ef79b60b80f3009b5efecec6c377991c9fb5e3;p=u-boot.git 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 Reviewed-by: Simon Glass --- 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