]> git.sur5r.net Git - u-boot/blobdiff - include/watchdog.h
powerpc, 8xx: remove support for 8xx
[u-boot] / include / watchdog.h
index 174c894e4993cd1c030391a111de782647673d1a..0055a837c3e3f6170153d9338ba9b2b83b449b15 100644 (file)
@@ -72,11 +72,6 @@ int init_func_watchdog_reset(void);
  * Prototypes from $(CPU)/cpu.c.
  */
 
-/* MPC 8xx */
-#if (defined(CONFIG_8xx) || defined(CONFIG_MPC860)) && !defined(__ASSEMBLY__)
-       void reset_8xx_watchdog(volatile immap_t *immr);
-#endif
-
 /* MPC 5xx */
 #if defined(CONFIG_5xx) && !defined(__ASSEMBLY__)
        void reset_5xx_watchdog(volatile immap_t *immr);