]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/broadcom/bcm28155_ap/bcm28155_ap.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / broadcom / bcm28155_ap / bcm28155_ap.c
index b8688129724ba59c17053c008d19aaf8f349ad98..f5b94f6430fe80f049aa8228a171a2bff9c6ca27 100644 (file)
@@ -69,10 +69,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