提交 b60ccd57 编写于 作者: P Pantelis Antoniou 提交者: Ralf Baechle

[MIPS] Alchemy: Console output fixup

    
This is needed to make console output appear with the new driver...
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册