]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mx53smd/mx53smd.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / freescale / mx53smd / mx53smd.c
index 938c611ef8c5bc91cce001f2101580490475e5c3..630d6714af71fc3e6c738268e2087564c1f6e706 100644 (file)
@@ -30,13 +30,15 @@ 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;
 
        gd->bd->bi_dram[1].start = PHYS_SDRAM_2;
        gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE;
+
+       return 0;
 }
 
 #define UART_PAD_CTRL  (PAD_CTL_HYS | PAD_CTL_DSE_HIGH | \