summaryrefslogtreecommitdiff
path: root/board/micronas
diff options
context:
space:
mode:
Diffstat (limited to 'board/micronas')
-rw-r--r--board/micronas/vct/vct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/micronas/vct/vct.c b/board/micronas/vct/vct.c
index 0745cee..f4a6521 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);