diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-07-25 20:01:50 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-07-25 20:01:50 -0400 |
commit | a3564c68e9a5268ede1988a65559cb22a0fd98b5 (patch) | |
tree | bc7e69c94b8102fe82f2454e1b2d7fdc1d60e079 /meta-agl-bsp/conf | |
parent | b2881c336770d5a04a6b0ec8595617cad85d7dcf (diff) |
intel-corei7-64: Remove ttyS2 from SERIAL_CONSOLES
Remove ttyS2 from SERIAL_CONSOLES in the intel-corei7-64 include file.
This quiets the log spamming on Up^2 from the device not being present.
The commit that added ttyS2 to SERIAL_CONSOLES in meta-intel (61634f8)
does not explain what boards need it, but since neither the minnowboard
or Up^2 do, not having it by default seems reasonable.
Bug-AGL: SPEC-2678
Change-Id: I9afd1584dd7b92e8d15363c3119b770c592b3c52
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_intel-corei7-64.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc index 4fab6923e..39ed66880 100644 --- a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc +++ b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc @@ -14,3 +14,5 @@ WKS_FILE = "systemd-intel-corei7-64-bootdisk.wks" PREFERRED_VERSION_linux-intel ?= "4.19%" PREFERRED_VERSION_linux-intel-rt ?= "4.19%" + +SERIAL_CONSOLES_remove = "115200;ttyS2" |