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:
Saul Wold 2015-11-02 14:04:18 -08:00
parent 4a761ccaf1
commit 9abce0aa9f

View File

@ -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"