diff options
Diffstat (limited to 'board/freescale/m548xevb/m548xevb.c')
-rw-r--r-- | board/freescale/m548xevb/m548xevb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m548xevb/m548xevb.c b/board/freescale/m548xevb/m548xevb.c index 05361550b35..06f9a5ede03 100644 --- a/board/freescale/m548xevb/m548xevb.c +++ b/board/freescale/m548xevb/m548xevb.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); |