rockchip: rk3399: Migrate to use common board file

Use common board file for board_init() and board_late_init(),
for Rockchip SoCs have very similar process.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang
2019-07-22 20:02:19 +08:00
parent 54b012fd96
commit 920b01388e
7 changed files with 1 additions and 62 deletions

View File

@@ -5,11 +5,6 @@
#include <common.h>
int board_init(void)
{
return 0;
}
#ifdef CONFIG_SPL_BUILD
/* provided to defeat compiler optimisation in board_init_f() */
void gru_dummy_function(int i)