summaryrefslogtreecommitdiff
path: root/cmd/bedbug.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bedbug.c')
-rw-r--r--cmd/bedbug.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cmd/bedbug.c b/cmd/bedbug.c
index 69afeafecb..32067575ed 100644
--- a/cmd/bedbug.c
+++ b/cmd/bedbug.c
@@ -52,17 +52,6 @@ void bedbug_init (void)
void bedbug405_init (void);
bedbug405_init ();
-#elif defined(CONFIG_8xx)
- void bedbug860_init (void);
-
- bedbug860_init ();
-#endif
-
-#if defined(CONFIG_MPC824X) || defined(CONFIG_MPC8260)
- /* Processors that are 603e core based */
- void bedbug603e_init (void);
-
- bedbug603e_init ();
#endif
return;