diff options
author | wdenk <wdenk> | 2003-08-29 10:05:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-08-29 10:05:53 +0000 |
commit | ca75added10524a1f8e439e904ba72cb74c917a4 (patch) | |
tree | 93c7ffb6258db1ecfd68fa4e4faa844178effea8 /include/watchdog.h | |
parent | 437ce07b8a95db5272d3dd7a2353a3165e63435d (diff) |
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.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/watchdog.h b/include/watchdog.h index b9ae916a1d2..7180259d054 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_ */ |