]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cadence/xtfpga/xtfpga.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / cadence / xtfpga / xtfpga.c
index 5899aa636297e23033e1d26f9c13e762f4018324..39b9b12567706b43472969ba3a795a1b67e8f48f 100644 (file)
@@ -48,10 +48,12 @@ int checkboard(void)
        return 0;
 }
 
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        gd->bd->bi_memstart = PHYSADDR(CONFIG_SYS_SDRAM_BASE);
        gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
+
+       return 0;
 }
 
 int board_postclk_init(void)