Commit b60ccd57 authored by Pantelis Antoniou's avatar Pantelis Antoniou Committed by Ralf Baechle

[MIPS] Alchemy: Console output fixup

    
This is needed to make console output appear with the new driver...
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f10d14dd
......@@ -93,7 +93,7 @@ void __init plat_setup(void)
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) {
argptr = prom_getcmdline();
strcat(argptr, " console=ttyS0,115200");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment