X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fwatchdog.h;h=7180259d05445db5e08a77493194b7c4778226d0;hb=12f34241cb9679c27a1ab3561766562f5a515eff;hp=b9ae916a1d2835b8f5b552726f0dfb057779b109;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot 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_ */