]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/bedbug.c
ARM: dts: i.MX6QDL: icore-rqs: Fix eMMC detection during SPL
[people/ms/u-boot.git] / cmd / bedbug.c
index 32067575ed159c1f6ac71cae431f4eb5746bff85..9fee5288301971e3ece57198b9437ee5c57ce2b0 100644 (file)
@@ -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 */