[MIPS] IP22: Fix serial console detection
authorRalf Baechle <ralf@linux-mips.org>
Mon, 30 Jan 2006 17:48:27 +0000 (17:48 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 Feb 2006 13:30:25 +0000 (13:30 +0000)
commite9feeb207e55373f718b33e0d6cb0c2f8b58f3c1
treeac2471665c7eb808a15150364bec6bfa8e8d1b38
parentc5033d780310ddc5b679ed37ccefcdb87a30ef0c
[MIPS] IP22: Fix serial console detection

From: Kaj-Michael Lang <milang@tal.org>

In ip22-setup.c the checks for serial/graphics console logic does
not check if ARCS console=g but the machine is using serial console, as
it does if no keyboard is attached.

This patch adds a check if ConsoleOut is serial. There might also be
support for other graphics than Newport soon...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip22/ip22-setup.c