diff options
| author | Saul Wold <sgw@linux.intel.com> | 2015-08-28 11:16:15 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2015-08-28 14:25:29 -0700 |
| commit | a9c38306c91e7cfb0171bc4e3d594bc638d813da (patch) | |
| tree | cad04e12304a6cf5fd54d804f028cc44045a3768 /conf | |
| parent | 4172351baa285b83eb54d54368fe2f037c48159b (diff) | |
| download | meta-intel-a9c38306c91e7cfb0171bc4e3d594bc638d813da.tar.gz | |
intel-core2-32: Allow for multiple tty console types
Adding the ttyPCH0 will allow of the platforms that have the EG20T Hardware
to get both kernel console output and login prompt.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/intel-core2-32.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 09303e31..d9478fc0 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf | |||
| @@ -29,5 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \ | |||
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | SYSLINUX_OPTS = "serial 0 115200" | 31 | SYSLINUX_OPTS = "serial 0 115200" |
| 32 | SERIAL_CONSOLE = "115200 ttyS0" | 32 | SERIAL_CONSOLE = "115200 ttyS0 115200 ttyPCH0" |
| 33 | APPEND += "console=ttyS0,115200 console=tty0" | 33 | APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" |
