]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/broadcom/bcm23550_w1d/bcm23550_w1d.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / broadcom / bcm23550_w1d / bcm23550_w1d.c
index 533e99ece681f3b3230b36a1f1bb3f8e39deffa9..5f4c634362abef66b8fd293e8b046314934e77d6 100644 (file)
@@ -62,10 +62,12 @@ int dram_init(void)
 }
 
 /* This is called after dram_init() so use get_ram_size result */
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
        gd->bd->bi_dram[0].size = gd->ram_size;
+
+       return 0;
 }
 
 #ifdef CONFIG_MMC_SDHCI_KONA