summaryrefslogtreecommitdiff
path: root/include/watchdog.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-03-16 19:20:59 +0300
committerTom Rini <trini@konsulko.com>2018-04-06 23:30:37 +0300
commit5c5da4318b18b7144975c9d93cbde1b981ed4e56 (patch)
tree184ae67e60554ab1ae3b2e5885c088f6084de9c8 /include/watchdog.h
parentab0d8192583a725f992279fe895653a146509bdc (diff)
downloadu-boot-5c5da4318b18b7144975c9d93cbde1b981ed4e56.tar.xz
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/watchdog.h')
-rw-r--r--include/watchdog.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index d420ab127b..52f4c506b0 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -72,11 +72,6 @@ int init_func_watchdog_reset(void);
* Prototypes from $(CPU)/cpu.c.
*/
-/* MPC 8xx */
-#if defined(CONFIG_MPC8xx) && !defined(__ASSEMBLY__)
- void reset_8xx_watchdog(immap_t __iomem *immr);
-#endif
-
#if defined(CONFIG_HW_WATCHDOG) && !defined(__ASSEMBLY__)
void hw_watchdog_init(void);
#endif