killed the ohci_init FM_INTERVAL fail
[ppcskel.git] / gecko.c
diff --git a/gecko.c b/gecko.c
index 49f57cfec7387c84e55f846ce687873a6c93836d..e4601abd93f76cc9ea7cd9bec54e13fbfd22c0b1 100644 (file)
--- a/gecko.c
+++ b/gecko.c
@@ -205,6 +205,7 @@ int printf(const char *fmt, ...) {
        if (!gecko_console_enabled)
                return 0;
 
+       udelay(100); // <- evil hack :)
        va_list args;
        char buffer[1024];
        int i;