summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2021-10-23 04:06:03 +0300
committerSimon Glass <sjg@chromium.org>2021-10-31 21:26:44 +0300
commitb55881ddb455af31b64038cf3b67f781909971cc (patch)
tree0225dfc5523b9c8adba30a725f14a3131c7525bd /board
parent082c119af98153fd558f57c7a66d660b7ca6c6c9 (diff)
downloadu-boot-b55881ddb455af31b64038cf3b67f781909971cc.tar.xz
bootstage: Add SPL support
Allow usage of the bootstage facilities in SPL. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/siemens/iot2050/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/iot2050/board.c b/board/siemens/iot2050/board.c
index b2110978ae..16ae2ffc17 100644
--- a/board/siemens/iot2050/board.c
+++ b/board/siemens/iot2050/board.c
@@ -250,7 +250,7 @@ void spl_board_init(void)
{
}
-#if CONFIG_IS_ENABLED(LED) && CONFIG_IS_ENABLED(BOOTSTAGE)
+#if CONFIG_IS_ENABLED(LED) && CONFIG_IS_ENABLED(SHOW_BOOT_PROGRESS)
/*
* Indicate any error or (accidental?) entering of CLI via the red status LED.
*/