|
@@ -93,7 +93,7 @@ void __init plat_setup(void)
|
|
|
|
|
|
argptr = prom_getcmdline();
|
|
argptr = prom_getcmdline();
|
|
|
|
|
|
-#ifdef CONFIG_SERIAL_AU1X00_CONSOLE
|
|
|
|
|
|
+#if defined(CONFIG_SERIAL_AU1X00_CONSOLE) || defined(CONFIG_SERIAL_8250_CONSOLE)
|
|
if ((argptr = strstr(argptr, "console=")) == NULL) {
|
|
if ((argptr = strstr(argptr, "console=")) == NULL) {
|
|
argptr = prom_getcmdline();
|
|
argptr = prom_getcmdline();
|
|
strcat(argptr, " console=ttyS0,115200");
|
|
strcat(argptr, " console=ttyS0,115200");
|