OSDN Git Service

tty/serial: fix 8250 early console option passing to regular console
[uclinux-h8/linux.git] / drivers / tty / serial / earlycon.c
index 5131b5e..a514ee6 100644 (file)
@@ -25,7 +25,7 @@
 #include <asm/serial.h>
 
 static struct console early_con = {
-       .name =         "earlycon",
+       .name =         "uart", /* 8250 console switch requires this name */
        .flags =        CON_PRINTBUFFER | CON_BOOT,
        .index =        -1,
 };