imx233: stop watchdog on exception

Change-Id: If11d90343d32d5889857e7ba30a99f60a87639f1
This commit is contained in:
Amaury Pouly 2014-02-18 18:20:57 +01:00
parent f890bd504f
commit 961498d58a

View file

@ -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();