mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
intel-core2-32: fix SERIAL_CONSOLES line
This should be SERIAL_CONSOLES with ; setting between baud and device. Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
4a761ccaf1
commit
9abce0aa9f
|
@ -29,5 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
|
|||
"
|
||||
|
||||
SYSLINUX_OPTS = "serial 0 115200"
|
||||
SERIAL_CONSOLE = "115200 ttyS0 115200 ttyPCH0"
|
||||
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
|
||||
APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user