summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel/setup.c
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-10-02 22:06:11 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-10-02 22:06:11 +0000
commite9575075cd15c433049cd795821c19a7733876fa (patch)
tree0404ae6017a425781f2c6d19dca09a3eea7692e3 /arch/mips/sgi/kernel/setup.c
parent913d0157b31f9934fd4367f0ef3f2eb1a0818882 (diff)
reversed mapping of serial console, because of change in sgiserial.c
Diffstat (limited to 'arch/mips/sgi/kernel/setup.c')
-rw-r--r--arch/mips/sgi/kernel/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c
index 914e81093..99cd9946f 100644
--- a/arch/mips/sgi/kernel/setup.c
+++ b/arch/mips/sgi/kernel/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.14 1998/09/19 19:16:19 ralf Exp $
+/* $Id: setup.c,v 1.15 1998/09/26 12:25:03 tsbogend Exp $
*
* setup.c: SGI specific setup, including init of the feature struct.
*
@@ -113,7 +113,7 @@ __initfunc(void sgi_setup(void))
*/
ctype = prom_getenv("console");
if(*ctype == 'd') {
- if(*(ctype+1)=='1')
+ if(*(ctype+1)=='2')
console_setup ("ttyS1");
else
console_setup ("ttyS0");