diff options
-rw-r--r-- | arch/mips/au1000/common/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index 4f21f42d096b..08c8c855cc9c 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c | |||
@@ -93,7 +93,7 @@ void __init plat_setup(void) | |||
93 | 93 | ||
94 | argptr = prom_getcmdline(); | 94 | argptr = prom_getcmdline(); |
95 | 95 | ||
96 | #ifdef CONFIG_SERIAL_AU1X00_CONSOLE | 96 | #if defined(CONFIG_SERIAL_AU1X00_CONSOLE) || defined(CONFIG_SERIAL_8250_CONSOLE) |
97 | if ((argptr = strstr(argptr, "console=")) == NULL) { | 97 | if ((argptr = strstr(argptr, "console=")) == NULL) { |
98 | argptr = prom_getcmdline(); | 98 | argptr = prom_getcmdline(); |
99 | strcat(argptr, " console=ttyS0,115200"); | 99 | strcat(argptr, " console=ttyS0,115200"); |