Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Alchemy: Console output fixup This is needed to make console output appear with the new driver... Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Pantelis Antoniou and committed by
Ralf Baechle
b60ccd57 f10d14dd

+1 -1
+1 -1
arch/mips/au1000/common/setup.c
··· 93 93 94 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 97 if ((argptr = strstr(argptr, "console=")) == NULL) { 98 98 argptr = prom_getcmdline(); 99 99 strcat(argptr, " console=ttyS0,115200");