]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/bedbug.c
powerpc, 8260: remove support for mpc8260
[people/ms/u-boot.git] / cmd / bedbug.c
index 14663dc95cc1ebe05e3c2c379200897faff394df..32067575ed159c1f6ac71cae431f4eb5746bff85 100644 (file)
@@ -54,13 +54,6 @@ void bedbug_init (void)
        bedbug405_init ();
 #endif
 
-#if defined(CONFIG_MPC824X) || defined(CONFIG_MPC8260)
-       /* Processors that are 603e core based */
-       void bedbug603e_init (void);
-
-       bedbug603e_init ();
-#endif
-
        return;
 }                              /* bedbug_init */