]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/x86/cpu/qemu/dram.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / arch / x86 / cpu / qemu / dram.c
index a88d0d26547676e85736a248cc17d2d3c9a4f51e..9d84af5ef2ba20b691b32a159aacc90bf14b6249 100644 (file)
@@ -26,10 +26,12 @@ int dram_init(void)
        return 0;
 }
 
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        gd->bd->bi_dram[0].start = 0;
        gd->bd->bi_dram[0].size = gd->ram_size;
+
+       return 0;
 }
 
 /*