summaryrefslogtreecommitdiff
path: root/board/freescale/mx6memcal/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx6memcal/spl.c')
-rw-r--r--board/freescale/mx6memcal/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx6memcal/spl.c b/board/freescale/mx6memcal/spl.c
index c82b532f6d..61d0ca3408 100644
--- a/board/freescale/mx6memcal/spl.c
+++ b/board/freescale/mx6memcal/spl.c
@@ -425,7 +425,7 @@ void board_init_f(ulong dummy)
is_cpu_type(MXC_CPU_MX6SL)) {
printf("cpu type 0x%x doesn't support 64-bit bus\n",
get_cpu_type());
- reset_cpu(0);
+ reset_cpu();
}
}
#ifdef CONFIG_MX6SL