]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/armltd/vexpress64/vexpress64.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / armltd / vexpress64 / vexpress64.c
index e34af6c4d932edb93a4db7cc440e74b0edce9abc..0a224178dfdaa8e9b29099b07cf09ea78aef32b0 100644 (file)
@@ -70,7 +70,7 @@ 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;
@@ -78,6 +78,8 @@ void dram_init_banksize(void)
        gd->bd->bi_dram[1].start = PHYS_SDRAM_2;
        gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE;
 #endif
+
+       return 0;
 }
 
 /*