mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
4172351baa
commit
a9c38306c9
|
@ -29,5 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
|
|||
"
|
||||
|
||||
SYSLINUX_OPTS = "serial 0 115200"
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
APPEND += "console=ttyS0,115200 console=tty0"
|
||||
SERIAL_CONSOLE = "115200 ttyS0 115200 ttyPCH0"
|
||||
APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user