summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel/setup.c
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-05-07 18:00:16 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-05-07 18:00:16 +0000
commita8a87b14ea722a84b8035b0f686fa506c9005f4f (patch)
tree80666180e3076f67422fc463425142b4cca4718c /arch/mips/sgi/kernel/setup.c
parent9258cfc6e1c91e593152120a59983c9e9f761855 (diff)
A prom console for the Indigo II which yet doesn't work perfectly.
Diffstat (limited to 'arch/mips/sgi/kernel/setup.c')
-rw-r--r--arch/mips/sgi/kernel/setup.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c
index 7dbbc1c80..4ee8c01f7 100644
--- a/arch/mips/sgi/kernel/setup.c
+++ b/arch/mips/sgi/kernel/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.21 1999/04/05 01:41:18 ulfc Exp $
+/* $Id: setup.c,v 1.22 1999/04/10 12:21:30 ulfc Exp $
*
* setup.c: SGI specific setup, including init of the feature struct.
*
@@ -144,6 +144,9 @@ __initfunc(void sgi_setup(void))
console_setup ("ttyS0");
}
#endif
+#ifdef CONFIG_SGI_PROM_CONSOLE
+ console_setup("ttyS0");
+#endif
sgi_volume_set(simple_strtoul(prom_getenv("volume"), NULL, 10));