]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/x86/cpu/coreboot/sdram.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / arch / x86 / cpu / coreboot / sdram.c
index 7115e7a151f331276af7290b9692771e90ab9d2b..82407affaf10c724c1303d82e79a4bfc3d0fe760 100644 (file)
@@ -104,7 +104,7 @@ int dram_init(void)
        return 0;
 }
 
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        int i, j;
 
@@ -121,4 +121,6 @@ void dram_init_banksize(void)
                        }
                }
        }
+
+       return 0;
 }