intel-corei7-64: Remove ttyS2 from SERIAL_CONSOLES 89/21989/1
authorScott Murray <scott.murray@konsulko.com>
Fri, 26 Jul 2019 00:01:50 +0000 (20:01 -0400)
committerScott Murray <scott.murray@konsulko.com>
Fri, 26 Jul 2019 00:01:50 +0000 (20:01 -0400)
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>
meta-agl-bsp/conf/include/agl_intel-corei7-64.inc

index 4fab692..39ed668 100644 (file)
@@ -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"