aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-02-21 12:08:51 -0500
committerBill Nottingham <notting@redhat.com>2011-02-21 12:08:51 -0500
commit267ee93bd19f16eabe79adaa299c287ea053d20a (patch)
tree9c5a0b985de201fbb99517792bcd63fcc99c2a6e /src
parent616421e94e9f91924b0f9cf7de1ae8cde578b70f (diff)
downloadinitscripts-267ee93bd19f16eabe79adaa299c287ea053d20a.tar
initscripts-267ee93bd19f16eabe79adaa299c287ea053d20a.tar.gz
initscripts-267ee93bd19f16eabe79adaa299c287ea053d20a.tar.bz2
initscripts-267ee93bd19f16eabe79adaa299c287ea053d20a.tar.xz
initscripts-267ee93bd19f16eabe79adaa299c287ea053d20a.zip
Support OMAP serial consoles (#678875, <ndevos@redhat.com>)
Diffstat (limited to 'src')
-rw-r--r--src/console_check.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/console_check.c b/src/console_check.c
index 38111bb8..84c7a926 100644
--- a/src/console_check.c
+++ b/src/console_check.c
@@ -121,6 +121,8 @@ char *serial_tty_name(int type) {
return "ttyCPM";
case PORT_MPC52xx:
return "ttyPSC";
+ case PORT_OMAP:
+ return "ttySO";
default:
return NULL;
}