]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/dra7xx/evm.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / ti / dra7xx / evm.c
index de6fc19cb0d6c66d8d67a13426d9f6c3dc3a39e8..ae2d59da432ef26ff47a9948b31e93e898040181 100644 (file)
@@ -498,7 +498,7 @@ int board_init(void)
        return 0;
 }
 
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        u64 ram_size;
 
@@ -510,6 +510,8 @@ void dram_init_banksize(void)
                gd->bd->bi_dram[1].start = 0x200000000;
                gd->bd->bi_dram[1].size = ram_size - CONFIG_MAX_MEM_MAPPED;
        }
+
+       return 0;
 }
 
 int board_late_init(void)