summaryrefslogtreecommitdiff
path: root/board/geekbuying/geekbox/geekbox.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-07-29 09:02:15 -0400
committerTom Rini <trini@konsulko.com>2019-07-29 09:02:15 -0400
commitc957be9ba006789c7ca1158120ed40265bfeed8a (patch)
tree458b25950d54a260b4af6b190b19d0a5e8a1bad7 /board/geekbuying/geekbox/geekbox.c
parentb29cb0588c73d9d485acb74fa2e7c7524cf67e60 (diff)
parent26008cd42b590dc71ee9c1ca667a218542aab342 (diff)
Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Clean up and migrate to use common rockchip spl board file - Clean up and migrate to use common rockchip board file - Increase rk3288 CONFIG_SYS_BOOTM_LEN to 16MB
Diffstat (limited to 'board/geekbuying/geekbox/geekbox.c')
-rw-r--r--board/geekbuying/geekbox/geekbox.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/geekbuying/geekbox/geekbox.c b/board/geekbuying/geekbox/geekbox.c
index 10b04a1ce5d..b0f9a5f9b70 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;
-}