]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mx53ard/mx53ard.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / freescale / mx53ard / mx53ard.c
index a6e46b92f9f0ce783c3d6ccae62bd20eb8ad8d07..eb9f74337f70372e3398666a9af37c24dd30ca9e 100644 (file)
@@ -32,13 +32,15 @@ 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;
 
        gd->bd->bi_dram[1].start = PHYS_SDRAM_2;
        gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE;
+
+       return 0;
 }
 
 #ifdef CONFIG_NAND_MXC