]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-orion5x/dram.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / arch / arm / mach-orion5x / dram.c
index 9ed93d25bc81cc52e6e1b2c9bbea7d57b9ba681d..e9c03f3837df5d3a4b7652956a8c85c844b886e9 100644 (file)
@@ -42,7 +42,7 @@ int dram_init (void)
        return 0;
 }
 
-void dram_init_banksize (void)
+int dram_init_banksize(void)
 {
        int i;
 
@@ -52,4 +52,6 @@ void dram_init_banksize (void)
                        (long *) (gd->bd->bi_dram[i].start),
                        CONFIG_MAX_RAM_BANK_SIZE);
        }
+
+       return 0;
 }