]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-davinci/misc.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / arch / arm / mach-davinci / misc.c
index e699d61874976c1ead937e1e26fb2351c2e1158f..e1064e0a2f4d5abaa7d3f2c18a591856417ec739 100644 (file)
@@ -28,10 +28,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;
 }
 #endif