commit | 981543454c66c78ff18a26fa8e62aac9c0e849e9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Oct 23 03:06:03 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 31 12:26:44 2021 -0600 |
tree | 0225dfc5523b9c8adba30a725f14a3131c7525bd | |
parent | dc1cd13ddcd0c458a0669bce1a34eb1152326def [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>
diff --git a/arch/x86/cpu/cpu.c b/arch/x86/cpu/cpu.c index 01dece5..86f53e7 100644 --- a/arch/x86/cpu/cpu.c +++ b/arch/x86/cpu/cpu.c
@@ -178,7 +178,7 @@ return 0; } -#if CONFIG_IS_ENABLED(BOOTSTAGE) +#if CONFIG_IS_ENABLED(SHOW_BOOT_PROGRESS) void show_boot_progress(int val) { outb(val, POST_PORT);