diff options
author | 2016-10-28 14:53:02 -0700 | |
---|---|---|
committer | 2016-11-02 13:50:46 -0700 | |
commit | 8649d6b5b1debccceb502241f9dae4353bdf79e1 (patch) | |
tree | 94780edeea8cf9100aa6b9ace754efa156df84f7 | |
parent | 3d83758e3c4ee050c56d158f6ada1b40b64f8fc3 (diff) | |
download | meta-intel-8649d6b5b1debccceb502241f9dae4353bdf79e1.tar.gz meta-intel-8649d6b5b1debccceb502241f9dae4353bdf79e1.tar.bz2 meta-intel-8649d6b5b1debccceb502241f9dae4353bdf79e1.zip |
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.conf | 2 |
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} \ " SYSLINUX_OPTS = "serial 0 115200" -SERIAL_CONSOLE = "115200 ttyS0" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" APPEND += "rootwait console=ttyS0,115200 console=tty0" PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" |