summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-10-28 14:53:02 -0700
committerSaul Wold <sgw@linux.intel.com>2016-11-02 13:50:46 -0700
commit8649d6b5b1debccceb502241f9dae4353bdf79e1 (patch)
tree94780edeea8cf9100aa6b9ace754efa156df84f7
parent3d83758e3c4ee050c56d158f6ada1b40b64f8fc3 (diff)
downloadmeta-intel-8649d6b5b1debccceb502241f9dae4353bdf79e1.tar.gz
intel-corei7-64: Use SERIAL_CONSOLES to add ttyS2
Some Intel boards use ttyS0 and others use ttyS2, include both serial ports inorder to provide login prompts on the console. Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--conf/machine/intel-corei7-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index ddaa8a32..d28fdbff 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -27,7 +27,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
27 " 27 "
28 28
29SYSLINUX_OPTS = "serial 0 115200" 29SYSLINUX_OPTS = "serial 0 115200"
30SERIAL_CONSOLE = "115200 ttyS0" 30SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"
31APPEND += "rootwait console=ttyS0,115200 console=tty0" 31APPEND += "rootwait console=ttyS0,115200 console=tty0"
32 32
33PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" 33PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"