| commit | e9feeb207e55373f718b33e0d6cb0c2f8b58f3c1 | [log] [tgz] |
|---|---|---|
| author | Ralf Baechle <ralf@linux-mips.org> | Mon Jan 30 17:48:27 2006 +0000 |
| committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 07 13:30:25 2006 +0000 |
| tree | ac2471665c7eb808a15150364bec6bfa8e8d1b38 | |
| parent | c5033d780310ddc5b679ed37ccefcdb87a30ef0c [diff] |
[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>