aboutsummaryrefslogtreecommitdiff
path: root/board/geekbuying
diff options
context:
space:
mode:
Diffstat (limited to 'board/geekbuying')
-rw-r--r--board/geekbuying/geekbox/geekbox.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/geekbuying/geekbox/geekbox.c b/board/geekbuying/geekbox/geekbox.c
index 422a038..88b67f9 100644
--- a/board/geekbuying/geekbox/geekbox.c
+++ b/board/geekbuying/geekbox/geekbox.c
@@ -12,11 +12,3 @@ int board_init(void)
{
return 0;
}
-
-int dram_init_banksize(void)
-{
- gd->bd->bi_dram[0].start = 0;
- gd->bd->bi_dram[0].size = 0x80000000;
-
- return 0;
-}