rockchip: rk3399: Support common spl_board_init
[project/bcm63xx/u-boot.git] / board / vamrs / rock960_rk3399 / rock960-rk3399.c
index 018e4b55b8f2a577c18d2c10a172bbf0ed573e65..2eb7120e84b9aa00fa907407fe8723f367039937 100644 (file)
@@ -6,7 +6,6 @@
 #include <common.h>
 #include <dm.h>
 #include <power/regulator.h>
-#include <spl.h>
 
 int board_init(void)
 {
@@ -18,10 +17,3 @@ int board_init(void)
 
        return 0;
 }
-
-void spl_board_init(void)
-{
-       preloader_console_init();
-
-       return;
-}