diff options
Diffstat (limited to 'board/v38b/v38b.c')
-rw-r--r-- | board/v38b/v38b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/v38b/v38b.c b/board/v38b/v38b.c index a337729916..20490a3157 100644 --- a/board/v38b/v38b.c +++ b/board/v38b/v38b.c @@ -56,7 +56,7 @@ static void sdram_start(int hi_addr) #endif /* !CONFIG_SYS_RAMBOOT */ -phys_size_t initdram(int board_type) +phys_size_t initdram(void) { ulong dramsize = 0; ulong dramsize2 = 0; |