commit | ac562d537b44c6d858ea9791cad301c5af427b6e | [log] [tgz] |
---|---|---|
author | Maureen Helm <maureen.helm@nxp.com> | Thu Dec 13 15:54:40 2018 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Dec 17 08:26:30 2018 -0600 |
tree | c4bc1bc58f2e88b86c030f84900089af10a47275 | |
parent | 2346e318d33f278b106599437b06c9b997e4d5c6 [diff] |
soc: arm: Don't touch interrupts in kinetis watchdog init The early boot watchdog init for kinetis was incorrectly disabling and reenabling interrupts to preserve timing during the unlock sequence. However, interrupts are already disabled before this routine executes and the kernel is not yet ready to enable them when this routine exits. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>