summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-rockchip/rk3368-board-spl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3368-board-spl.c b/arch/arm/mach-rockchip/rk3368-board-spl.c
index 9bcdb622814..405cf6f1290 100644
--- a/arch/arm/mach-rockchip/rk3368-board-spl.c
+++ b/arch/arm/mach-rockchip/rk3368-board-spl.c
@@ -26,6 +26,8 @@ void board_init_f(ulong dummy)
struct udevice *dev;
int ret;
+ printascii("U-Boot SPL board init\n");
+
ret = spl_early_init();
if (ret) {
debug("spl_early_init() failed: %d\n", ret);