imx233: stop watchdog on exception
Change-Id: If11d90343d32d5889857e7ba30a99f60a87639f1
This commit is contained in:
parent
f890bd504f
commit
961498d58a
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue