diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-03-16 17:20:59 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 16:30:37 -0400 |
commit | 5c5da4318b18b7144975c9d93cbde1b981ed4e56 (patch) | |
tree | 184ae67e60554ab1ae3b2e5885c088f6084de9c8 /include/configs | |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MCR3000.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MCR3000.h b/include/configs/MCR3000.h index cb28d6522a..aeda4742aa 100644 --- a/include/configs/MCR3000.h +++ b/include/configs/MCR3000.h @@ -60,8 +60,6 @@ #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ -#define CONFIG_WATCHDOG 1 /* watchdog enabled */ - /* Miscellaneous configurable options */ #define CONFIG_SYS_MEMTEST_START 0x00002000 |