]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/udbg.c
powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / udbg.c
index 9ac5f3aad5e8ffefff498c165c45bc0293ff1a95..7d6c9bb8c77fe4f6f220b81d82b282f70e26b83f 100644 (file)
@@ -154,7 +154,7 @@ static void udbg_console_write(struct console *con, const char *s,
 static struct console udbg_console = {
        .name   = "udbg",
        .write  = udbg_console_write,
-       .flags  = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT,
+       .flags  = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
        .index  = 0,
 };