summaryrefslogtreecommitdiff
path: root/board/freescale/m547xevb/m547xevb.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/m547xevb/m547xevb.c')
-rw-r--r--board/freescale/m547xevb/m547xevb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m547xevb/m547xevb.c b/board/freescale/m547xevb/m547xevb.c
index 1e3cb61..e84a5ac 100644
--- a/board/freescale/m547xevb/m547xevb.c
+++ b/board/freescale/m547xevb/m547xevb.c
@@ -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);