]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ronetix/pm9g45/pm9g45.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / ronetix / pm9g45 / pm9g45.c
index c2707e0015ddd433e5f806fecc1b50c55c96fc1a..c1225800a9bc3e91ac48f4474b1ed93ba104c1e3 100644 (file)
@@ -144,10 +144,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