board_f: Drop board_type parameter from initdram()
[oweals/u-boot.git] / board / freescale / m547xevb / m547xevb.c
index 1e3cb6179f4da90be70cecf4ede8477600109bbf..e84a5ac4eb94e4a2de129f5cbe0369e56549f87e 100644 (file)
@@ -23,7 +23,7 @@ int checkboard(void)
        return 0;
 };
 
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
 {
        siu_t *siu = (siu_t *) (MMAP_SIU);
        sdram_t *sdram = (sdram_t *)(MMAP_SDRAM);