aboutsummaryrefslogtreecommitdiff
path: root/include/bootstage.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2021-10-23 03:06:03 +0200
committerSimon Glass <sjg@chromium.org>2021-10-31 12:26:44 -0600
commitb55881ddb455af31b64038cf3b67f781909971cc (patch)
tree0225dfc5523b9c8adba30a725f14a3131c7525bd /include/bootstage.h
parent082c119af98153fd558f57c7a66d660b7ca6c6c9 (diff)
downloadu-boot-b55881ddb455af31b64038cf3b67f781909971cc.zip
u-boot-b55881ddb455af31b64038cf3b67f781909971cc.tar.gz
u-boot-b55881ddb455af31b64038cf3b67f781909971cc.tar.bz2
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 'include/bootstage.h')
-rw-r--r--include/bootstage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootstage.h b/include/bootstage.h
index f837a38..8d1989a 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -220,7 +220,7 @@ enum bootstage_id {
*/
ulong timer_get_boot_us(void);
-#if defined(USE_HOSTCC) || !CONFIG_IS_ENABLED(BOOTSTAGE)
+#if defined(USE_HOSTCC) || !CONFIG_IS_ENABLED(SHOW_BOOT_PROGRESS)
#define show_boot_progress(val) do {} while (0)
#else
/**