board_f: Drop setup_dram_config() wrapper
[platform/kernel/u-boot.git] / board / ronetix / pm9261 / pm9261.c
index e2cb94e..79073d8 100644 (file)
@@ -264,10 +264,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;
        gd->bd->bi_dram[0].size = PHYS_SDRAM_SIZE;
+
+       return 0;
 }
 
 #ifdef CONFIG_RESET_PHY_R