aboutsummaryrefslogtreecommitdiff
path: root/board/ronetix/pm9g45/pm9g45.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ronetix/pm9g45/pm9g45.c')
-rw-r--r--board/ronetix/pm9g45/pm9g45.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/ronetix/pm9g45/pm9g45.c b/board/ronetix/pm9g45/pm9g45.c
index c2707e0..c122580 100644
--- a/board/ronetix/pm9g45/pm9g45.c
+++ b/board/ronetix/pm9g45/pm9g45.c
@@ -144,10 +144,12 @@ int dram_init(void)
return 0;
}
-void dram_init_banksize(void)
+int dram_init_banksize(void)
{
gd->bd->bi_dram[0].start = PHYS_SDRAM;
gd->bd->bi_dram[0].size = PHYS_SDRAM_SIZE;
+
+ return 0;
}
#ifdef CONFIG_RESET_PHY_R