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>
This commit is contained in:
Saul Wold 2015-08-28 11:16:15 -07:00
parent 4172351baa
commit a9c38306c9

View File

@ -29,5 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
" "
SYSLINUX_OPTS = "serial 0 115200" SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLE = "115200 ttyS0" SERIAL_CONSOLE = "115200 ttyS0 115200 ttyPCH0"
APPEND += "console=ttyS0,115200 console=tty0" APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"