diff options
author | Bill Nottingham <notting@redhat.com> | 2011-02-21 12:08:51 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-02-21 12:08:51 -0500 |
commit | 267ee93bd19f16eabe79adaa299c287ea053d20a (patch) | |
tree | 9c5a0b985de201fbb99517792bcd63fcc99c2a6e /src/console_check.c | |
parent | 616421e94e9f91924b0f9cf7de1ae8cde578b70f (diff) | |
download | initscripts-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/console_check.c')
-rw-r--r-- | src/console_check.c | 2 |
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; } |