X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fbedbug.c;h=9fee5288301971e3ece57198b9437ee5c57ce2b0;hb=02acbb9472e0e981c3e4b33357723258b2468405;hp=32067575ed159c1f6ac71cae431f4eb5746bff85;hpb=ebba9d1daf7745483c8078bdae18875a84df5bc1;p=oweals%2Fu-boot.git 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 */