From 961498d58af174e6a99047113b668dedd72fb6db Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 18 Feb 2014 18:20:57 +0100 Subject: imx233: stop watchdog on exception Change-Id: If11d90343d32d5889857e7ba30a99f60a87639f1 --- firmware/target/arm/imx233/system-imx233.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware') diff --git a/firmware/target/arm/imx233/system-imx233.c b/firmware/target/arm/imx233/system-imx233.c index d5ed7fc774..1b4cdb3c2d 100644 --- a/firmware/target/arm/imx233/system-imx233.c +++ b/firmware/target/arm/imx233/system-imx233.c @@ -115,6 +115,8 @@ void system_reboot(void) void system_exception_wait(void) { + /* stop hadrware watchdog, IRQs are stopped */ + imx233_rtc_enable_watchdog(false); /* make sure lcd and backlight are on */ lcd_update(); _backlight_on(); -- cgit v1.2.3