diff options
author | Marek Vasut | 2021-10-23 03:06:03 +0200 |
---|---|---|
committer | Simon Glass | 2021-10-31 12:26:44 -0600 |
commit | b55881ddb455af31b64038cf3b67f781909971cc (patch) | |
tree | 0225dfc5523b9c8adba30a725f14a3131c7525bd /board | |
parent | 082c119af98153fd558f57c7a66d660b7ca6c6c9 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/iot2050/board.c b/board/siemens/iot2050/board.c index b2110978ae0..16ae2ffc174 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. */ |