]> git.sur5r.net Git - u-boot/blobdiff - board/broadcom/bcm28155_ap/bcm28155_ap.c
watchdog: Migrate OMAP_WATCHDOG to Kconfig
[u-boot] / board / broadcom / bcm28155_ap / bcm28155_ap.c
index b3a4a4144d651ea12ea28484ba5c8e6559e88e34..f5b94f6430fe80f049aa8228a171a2bff9c6ca27 100644 (file)
@@ -69,13 +69,15 @@ 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_KONA_SDHCI
+#ifdef CONFIG_MMC_SDHCI_KONA
 /*
  * mmc_init - Initializes mmc
  */