rockchip: rk3399: tpl: Add spl_board_init
[project/bcm63xx/u-boot.git] / arch / arm / mach-rockchip / rk3399-board-tpl.c
index 86d3ffe97ca7bc08b852b333e75c729631b92dc9..72d0dd914eec282779a3f8aa014ceef3fa0ecfba 100644 (file)
@@ -8,6 +8,7 @@
 #include <dm.h>
 #include <ram.h>
 #include <spl.h>
+#include <version.h>
 #include <asm/io.h>
 #include <asm/arch-rockchip/bootrom.h>
 
@@ -73,6 +74,12 @@ u32 spl_boot_device(void)
        return BOOT_DEVICE_BOOTROM;
 }
 
+void spl_board_init(void)
+{
+       puts("\nU-Boot TPL "  PLAIN_VERSION " (" U_BOOT_DATE " - "
+            U_BOOT_TIME " " U_BOOT_TZ ")\n");
+}
+
 #ifdef CONFIG_SPL_LOAD_FIT
 int board_fit_config_name_match(const char *name)
 {