summaryrefslogtreecommitdiff
path: root/board/st/stv0991/stv0991.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/stv0991/stv0991.c')
-rw-r--r--board/st/stv0991/stv0991.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/st/stv0991/stv0991.c b/board/st/stv0991/stv0991.c
index add1ce1..6a19730 100644
--- a/board/st/stv0991/stv0991.c
+++ b/board/st/stv0991/stv0991.c
@@ -93,10 +93,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 = PHYS_SDRAM_1_SIZE;
+
+ return 0;
}
#ifdef CONFIG_CMD_NET