From ca75added10524a1f8e439e904ba72cb74c917a4 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 29 Aug 2003 10:05:53 +0000 Subject: Add I2C and RTC support for RMU board using software I2C driver (because of better response to iprobe command); fix problem with "reset" command --- include/watchdog.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/watchdog.h') diff --git a/include/watchdog.h b/include/watchdog.h index b9ae916..7180259 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_ */ -- cgit v1.1