summaryrefslogtreecommitdiff
path: root/board/spear/common/spr_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/spear/common/spr_misc.c')
-rw-r--r--board/spear/common/spr_misc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/spear/common/spr_misc.c b/board/spear/common/spr_misc.c
index bc92cd6f49..d6a84dba60 100644
--- a/board/spear/common/spr_misc.c
+++ b/board/spear/common/spr_misc.c
@@ -33,10 +33,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_1;
gd->bd->bi_dram[0].size = gd->ram_size;
+
+ return 0;
}
int board_early_init_f()