]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/st/stv0991/stv0991.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / st / stv0991 / stv0991.c
index add1ce1a79a6f54e7994e50875e01dbee1010fa3..6a19730069299ecacf8eeb7769a2da68d815170a 100644 (file)
@@ -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