X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=cmd%2Fbedbug.c;h=9fee5288301971e3ece57198b9437ee5c57ce2b0;hp=32067575ed159c1f6ac71cae431f4eb5746bff85;hb=98f705c9cefdfdba62c069821bbba10273a0a8ed;hpb=d4db3b86a5e090e21db710bedbbe3e50d4c56428 diff --git a/cmd/bedbug.c b/cmd/bedbug.c index 32067575ed..9fee528830 100644 --- a/cmd/bedbug.c +++ b/cmd/bedbug.c @@ -47,13 +47,6 @@ int bedbug_puts (const char *str) void bedbug_init (void) { /* -------------------------------------------------- */ - -#if defined(CONFIG_4xx) - void bedbug405_init (void); - - bedbug405_init (); -#endif - return; } /* bedbug_init */