summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-02-18 18:20:57 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-02-18 18:20:57 +0100
commit961498d58af174e6a99047113b668dedd72fb6db (patch)
treeda0e98b5cbaf027a1fa81b966bf922ef4aca52fe /firmware
parentf890bd504f0e18f77be2351e4515786f6955ff31 (diff)
downloadrockbox-961498d58af174e6a99047113b668dedd72fb6db.tar.gz
rockbox-961498d58af174e6a99047113b668dedd72fb6db.zip
imx233: stop watchdog on exception
Change-Id: If11d90343d32d5889857e7ba30a99f60a87639f1
Diffstat (limited to 'firmware')
-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();