From edaf8db86648c0549e70b278421ae7db31e06922 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Mon, 22 Jul 2019 20:02:17 +0800 Subject: rockchip: rk3368: 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 --- board/geekbuying/geekbox/geekbox.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/geekbuying') diff --git a/board/geekbuying/geekbox/geekbox.c b/board/geekbuying/geekbox/geekbox.c index 10b04a1ce5..b0f9a5f9b7 100644 --- a/board/geekbuying/geekbox/geekbox.c +++ b/board/geekbuying/geekbox/geekbox.c @@ -4,8 +4,3 @@ */ #include - -int board_init(void) -{ - return 0; -} -- cgit v1.2.3