]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/meesc/meesc.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / esd / meesc / meesc.c
index fe781dcc923d34747124d556c27cbcb4fc128066..19b673e6d216a289d5d4d8075331e5fee9c61039 100644 (file)
@@ -132,10 +132,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;
 }
 
 int board_eth_init(bd_t *bis)