spi: use is_power_of_2 instead of hweight32 in spi_nor_write()
[platform/kernel/u-boot.git] / cmd / bedbug.c
index 3206757..9fee528 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 */