diff options
author | Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> | 2016-11-11 17:38:01 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-11-28 12:45:06 -0800 |
commit | 61634f89a8a93c45bfa4efb08099a50126211df4 (patch) | |
tree | 7428dd0b8c5365d7ae1aa02656790ac3e9a7416e /conf/machine/intel-corei7-64.conf | |
parent | c40a23b46f72c223eb5441fa8d6ec4f45a45daea (diff) | |
download | meta-intel-61634f89a8a93c45bfa4efb08099a50126211df4.tar.gz |
intel-core*: add ttyS1 to SERIAL_CONSOLES
Some of Intel boards are using ttyS1 also. So ttyS1 is added to
SERIAL_CONSOLES inorder to provide login prompts on the console.
Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-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 98467951..053c9604 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 | ||
29 | SYSLINUX_OPTS = "serial 0 115200" | 29 | SYSLINUX_OPTS = "serial 0 115200" |
30 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" | 30 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" |
31 | APPEND += "rootwait console=ttyS0,115200 console=tty0" | 31 | APPEND += "rootwait console=ttyS0,115200 console=tty0" |
32 | 32 | ||
33 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" | 33 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" |