]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/samsung/smdkc100/smdkc100.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / samsung / smdkc100 / smdkc100.c
index 66b6a9801f734ec1894b213a822b37ca86139419..79e127d99abff27031b82a691d24778a1810c3e0 100644 (file)
@@ -51,10 +51,12 @@ int dram_init(void)
        return 0;
 }
 
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
        gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
+
+       return 0;
 }
 
 #ifdef CONFIG_DISPLAY_BOARDINFO