]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/beckhoff/mx53cx9020/mx53cx9020.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / beckhoff / mx53cx9020 / mx53cx9020.c
index 9b3ac22e70dd1b9c0793fa80c905b29eebc76567..c5d55dc68f54d28e1c3e4c6c1d64a5efebef98f8 100644 (file)
@@ -86,13 +86,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 = mx53_dram_size[0];
 
        gd->bd->bi_dram[1].start = PHYS_SDRAM_2;
        gd->bd->bi_dram[1].size = mx53_dram_size[1];
+
+       return 0;
 }
 
 u32 get_board_rev(void)