]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-omap2/am33xx/emif4.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / arch / arm / mach-omap2 / am33xx / emif4.c
index 27fa3fb4628bbfa08ff38a29386d09144e799668..3a110f2845707d14c9f5f4f7c39e6f6af1e93a9d 100644 (file)
@@ -32,10 +32,12 @@ int dram_init(void)
        return 0;
 }
 
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
        gd->bd->bi_dram[0].size = gd->ram_size;
+
+       return 0;
 }