]> git.sur5r.net Git - u-boot/blobdiff - cmd/bedbug.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / cmd / bedbug.c
index 14663dc95cc1ebe05e3c2c379200897faff394df..9fee5288301971e3ece57198b9437ee5c57ce2b0 100644 (file)
@@ -47,20 +47,6 @@ int bedbug_puts (const char *str)
 void bedbug_init (void)
 {
        /* -------------------------------------------------- */
-
-#if defined(CONFIG_4xx)
-       void bedbug405_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 */