]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5235evb/m5235evb.c
board_f: Drop board_type parameter from initdram()
[u-boot] / board / freescale / m5235evb / m5235evb.c
index 68c1631f81dae447ffd552c8138ed6e4ad730002..7aa0edfdc1958619dccf3ed3bf6aadc37491133e 100644 (file)
@@ -22,7 +22,7 @@ int checkboard(void)
        return 0;
 };
 
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
 {
        sdram_t *sdram = (sdram_t *)(MMAP_SDRAM);
        gpio_t *gpio = (gpio_t *)(MMAP_GPIO);