summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/imx233/system-imx233.c2
1 files changed, 2 insertions, 0 deletions
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();