Skip to content

Commit

Permalink
[MIPS] Alchemy: Console output fixup
Browse files Browse the repository at this point in the history
    
This is needed to make console output appear with the new driver...
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Pantelis Antoniou authored and Ralf Baechle committed Nov 17, 2005
1 parent f10d14d commit b60ccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/au1000/common/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b60ccd5

Please sign in to comment.