summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-11-02 14:04:18 -0800
committerSaul Wold <sgw@linux.intel.com>2015-11-02 14:05:10 -0800
commit9abce0aa9f1cdff9d8428336a3a1c6a567de485f (patch)
tree3765867dbea5d054c19548947b8dde0485726be5 /conf/machine
parent4a761ccaf17f405807089ce2a4629d44d77d8151 (diff)
downloadmeta-intel-9abce0aa9f1cdff9d8428336a3a1c6a567de485f.tar.gz
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>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/intel-core2-32.conf2
1 files changed, 1 insertions, 1 deletions
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} \
29 " 29 "
30 30
31SYSLINUX_OPTS = "serial 0 115200" 31SYSLINUX_OPTS = "serial 0 115200"
32SERIAL_CONSOLE = "115200 ttyS0 115200 ttyPCH0" 32SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
33APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" 33APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"