summaryrefslogtreecommitdiffstats
path: root/include/watchdog.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-08-29 10:05:53 +0000
committerwdenk <wdenk>2003-08-29 10:05:53 +0000
commitca75added10524a1f8e439e904ba72cb74c917a4 (patch)
tree93c7ffb6258db1ecfd68fa4e4faa844178effea8 /include/watchdog.h
parent437ce07b8a95db5272d3dd7a2353a3165e63435d (diff)
downloadbarebox-ca75added10524a1f8e439e904ba72cb74c917a4.tar.gz
barebox-ca75added10524a1f8e439e904ba72cb74c917a4.tar.xz
Add I2C and RTC support for RMU board using software I2C driver
(because of better response to iprobe command); fix problem with "reset" command
Diffstat (limited to 'include/watchdog.h')
-rw-r--r--include/watchdog.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index b9ae916a1d..7180259d05 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -85,16 +85,4 @@
void reset_4xx_watchdog(void);
#endif
-/* MPC 8260 */
-#if defined(CONFIG_MPC8260) && !defined(__ASSEMBLY__)
-#if defined(CONFIG_WATCHDOG)
-extern __inline__ void
-reset_8260_watchdog(volatile immap_t *immr)
-{
- immr->im_siu_conf.sc_swsr = 0x556c;
- immr->im_siu_conf.sc_swsr = 0xaa39;
-}
-#endif /* !__ASSEMBLY__ && CONFIG_WATCHDOG */
-#endif /* CONFIG_MPC8260 && !__ASSEMBLY__ */
-
#endif /* _WATCHDOG_H_ */