]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/st/stih410-b2260/board.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / st / stih410-b2260 / board.c
index 0c06bcaa6167ca5b20e3cb6d53ce3c7dc6d75b8f..1e7d4217d3f1761d793342f5793d070895478aee 100644 (file)
@@ -16,10 +16,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;
 }
 
 int board_init(void)