]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/samsung/goni/goni.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / samsung / goni / goni.c
index 9c48d71a6748fbf48f5a88911303327680d5a667..35ed398df698476be923abebf367cfbd08bd7c07 100644 (file)
@@ -52,7 +52,7 @@ int dram_init(void)
        return 0;
 }
 
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
        gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
@@ -60,6 +60,8 @@ void dram_init_banksize(void)
        gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE;
        gd->bd->bi_dram[2].start = PHYS_SDRAM_3;
        gd->bd->bi_dram[2].size = PHYS_SDRAM_3_SIZE;
+
+       return 0;
 }
 
 #ifdef CONFIG_DISPLAY_BOARDINFO