summaryrefslogtreecommitdiff
path: root/board/rockchip/sheep_rk3368/sheep_rk3368.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/rockchip/sheep_rk3368/sheep_rk3368.c')
-rw-r--r--board/rockchip/sheep_rk3368/sheep_rk3368.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/rockchip/sheep_rk3368/sheep_rk3368.c b/board/rockchip/sheep_rk3368/sheep_rk3368.c
index e6d2361..17adb02 100644
--- a/board/rockchip/sheep_rk3368/sheep_rk3368.c
+++ b/board/rockchip/sheep_rk3368/sheep_rk3368.c
@@ -20,11 +20,3 @@ int board_init(void)
{
return 0;
}
-
-int dram_init_banksize(void)
-{
- gd->bd->bi_dram[0].start = 0x200000;
- gd->bd->bi_dram[0].size = 0x7fe00000;
-
- return 0;
-}