summaryrefslogtreecommitdiffstats
path: root/common/init/board_init.c
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2016-06-07 08:31:20 +0200
committerTom Rini <trini@konsulko.com>2016-06-09 13:53:08 -0400
commit496c5483e9ad80d34ff0d9ee9abb813e51be2237 (patch)
tree61ccb82de2e8c1a8272f38ae4df5f6db43029d80 /common/init/board_init.c
parent694607b563df4425b2d50d220048cc3299a6e947 (diff)
downloadtalos-obmc-uboot-496c5483e9ad80d34ff0d9ee9abb813e51be2237.tar.gz
talos-obmc-uboot-496c5483e9ad80d34ff0d9ee9abb813e51be2237.zip
bootstage: call show_boot_progress also in SPL
show_boot_progress() is now called from SPL also. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'common/init/board_init.c')
-rw-r--r--common/init/board_init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/init/board_init.c b/common/init/board_init.c
index d17bb298d7..ef01a9aeaa 100644
--- a/common/init/board_init.c
+++ b/common/init/board_init.c
@@ -146,3 +146,8 @@ void board_init_f_init_reserve(ulong base)
base += CONFIG_SYS_MALLOC_F_LEN;
#endif
}
+
+/*
+ * Board-specific Platform code can reimplement show_boot_progress () if needed
+ */
+__weak void show_boot_progress(int val) {}
OpenPOWER on IntegriCloud