commit | 5c5da4318b18b7144975c9d93cbde1b981ed4e56 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Mar 16 17:20:59 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 16:30:37 2018 -0400 |
tree | 184ae67e60554ab1ae3b2e5885c088f6084de9c8 | |
parent | ab0d8192583a725f992279fe895653a146509bdc [diff] |
powerpc: mpc8xx: cleaning up watchdog In preparation of migration to DM watchdog, clean up a bit. The 8xx watchdog really is a HW watchdog, so declare it as is then it goes through Kconfig And the watchdog reset doesn't mind getting interrupted, so no need to disable interrupts Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>