summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-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)
115 115
116void system_exception_wait(void) 116void system_exception_wait(void)
117{ 117{
118 /* stop hadrware watchdog, IRQs are stopped */
119 imx233_rtc_enable_watchdog(false);
118 /* make sure lcd and backlight are on */ 120 /* make sure lcd and backlight are on */
119 lcd_update(); 121 lcd_update();
120 _backlight_on(); 122 _backlight_on();