diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-22 20:02:17 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-29 10:27:48 +0800 |
commit | edaf8db86648c0549e70b278421ae7db31e06922 (patch) | |
tree | cfa54adc62ad8ecd98623f337bfb1072bf3843f1 /board/geekbuying | |
parent | 38ed26777f256f99dec4f30165cf36676bdaeb07 (diff) | |
download | u-boot-edaf8db86648c0549e70b278421ae7db31e06922.tar.gz |
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 <kever.yang@rock-chips.com>
Diffstat (limited to 'board/geekbuying')
-rw-r--r-- | board/geekbuying/geekbox/geekbox.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 <common.h> - -int board_init(void) -{ - return 0; -} |