diff options
Diffstat (limited to 'board/micronas/vct/vct.c')
-rw-r--r-- | board/micronas/vct/vct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/micronas/vct/vct.c b/board/micronas/vct/vct.c index 0745ceeb7f..f4a6521e94 100644 --- a/board/micronas/vct/vct.c +++ b/board/micronas/vct/vct.c @@ -59,7 +59,7 @@ void _machine_restart(void) * SDRAM is already configured by the bootstrap code, only return the * auto-detected size here */ -phys_size_t initdram(int board_type) +phys_size_t initdram(void) { return get_ram_size((long *)CONFIG_SYS_SDRAM_BASE, CONFIG_SYS_MBYTES_SDRAM << 20); |