diff options
Diffstat (limited to 'board/ve8313')
-rw-r--r-- | board/ve8313/ve8313.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ve8313/ve8313.c b/board/ve8313/ve8313.c index 7f24a30688a..5349a583fc9 100644 --- a/board/ve8313/ve8313.c +++ b/board/ve8313/ve8313.c @@ -88,7 +88,7 @@ static long fixed_sdram(void) return msize; } -phys_size_t initdram(int board_type) +phys_size_t initdram(void) { volatile immap_t *im = (volatile immap_t *)CONFIG_SYS_IMMR; volatile fsl_lbc_t *lbc = &im->im_lbc; |