From 9abce0aa9f1cdff9d8428336a3a1c6a567de485f Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 2 Nov 2015 14:04:18 -0800 Subject: intel-core2-32: fix SERIAL_CONSOLES line This should be SERIAL_CONSOLES with ; setting between baud and device. Signed-off-by: Saul Wold --- conf/machine/intel-core2-32.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/intel-core2-32.conf') diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index d9478fc0..5c870d94 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -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" -- cgit v1.2.3-54-g00ecf