summaryrefslogtreecommitdiff
path: root/board/freescale/m5272c3/m5272c3.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/m5272c3/m5272c3.c')
-rw-r--r--board/freescale/m5272c3/m5272c3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/m5272c3/m5272c3.c b/board/freescale/m5272c3/m5272c3.c
index 3ed4a7d..9fab24e 100644
--- a/board/freescale/m5272c3/m5272c3.c
+++ b/board/freescale/m5272c3/m5272c3.c
@@ -18,7 +18,8 @@ int checkboard (void) {
return 0;
};
-phys_size_t initdram (int board_type) {
+phys_size_t initdram(void)
+{
sdramctrl_t * sdp = (sdramctrl_t *)(MMAP_SDRAM);
out_be16(&sdp->sdram_sdtr, 0xf539);