projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10d14d
)
[MIPS] Alchemy: Console output fixup
author
Pantelis Antoniou
<pantelis.antoniou@gmail.com>
Sun, 13 Nov 2005 21:27:46 +0000
(23:27 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 17 Nov 2005 16:23:50 +0000
(16:23 +0000)
This is needed to make console output appear with the new driver...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/common/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/au1000/common/setup.c
b/arch/mips/au1000/common/setup.c
index 4f21f42d096bad6737343318c64d45a802cffa77..08c8c855cc9cbf5fc3ceb0ba34bd378eadc2e306 100644
(file)
--- a/
arch/mips/au1000/common/setup.c
+++ b/
arch/mips/au1000/common/setup.c
@@
-93,7
+93,7
@@
void __init plat_setup(void)
argptr = prom_getcmdline();
-#if
def 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");