diff options
author | Bill Nottingham <notting@redhat.com> | 2011-08-08 11:58:19 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-08-08 11:58:19 -0400 |
commit | 20915f8a7833168f5744b7580018315b17c48832 (patch) | |
tree | 0da4f42f41aa6e971030599805f05d950a6dca00 | |
parent | 2d3dfa0c5c2d0e95943df8b5ec655787264012d7 (diff) | |
download | initscripts-20915f8a7833168f5744b7580018315b17c48832.tar initscripts-20915f8a7833168f5744b7580018315b17c48832.tar.gz initscripts-20915f8a7833168f5744b7580018315b17c48832.tar.bz2 initscripts-20915f8a7833168f5744b7580018315b17c48832.tar.xz initscripts-20915f8a7833168f5744b7580018315b17c48832.zip |
Add freescale ttymx ports (#728730, <ndevos@redhat.com>)
-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 8584f78e..688bff61 100644 --- a/src/console_check.c +++ b/src/console_check.c @@ -126,6 +126,8 @@ char *serial_tty_name(int type) { return "ttyCPM"; case PORT_MPC52xx: return "ttyPSC"; + case PORT_IMX: + return "ttymxc"; case PORT_OMAP: return "ttyO"; default: |