summaryrefslogtreecommitdiff
path: root/board/bosch/shc/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bosch/shc/board.c')
-rw-r--r--board/bosch/shc/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bosch/shc/board.c b/board/bosch/shc/board.c
index bfce291691..e893781887 100644
--- a/board/bosch/shc/board.c
+++ b/board/bosch/shc/board.c
@@ -486,7 +486,7 @@ static void bosch_check_reset_pin(void)
printf("Resetting ...\n");
writel(RESET_MASK, GPIO1_BASE + OMAP_GPIO_IRQSTATUS_SET_0);
disable_interrupts();
- reset_cpu(0);
+ reset_cpu();
/*NOTREACHED*/
}
}