From 696c7d090d85d9526955cedd4e4184e599a09740 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 24 Feb 2023 10:12:19 +0000 Subject: conf/machine: fix use of screen and touchscreen machine features Some machine configs didn't specify their use of screen and touchscreen machine features correctly, fix them. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/am62xx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ti-bsp/conf/machine/include/am62xx.inc') diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc index 2a06fc0f..98df24b2 100644 --- a/meta-ti-bsp/conf/machine/include/am62xx.inc +++ b/meta-ti-bsp/conf/machine/include/am62xx.inc @@ -1,7 +1,7 @@ require conf/machine/include/k3.inc SOC_FAMILY:append = ":am62xx" -MACHINE_FEATURES += "screen touchscreen gpu" +MACHINE_FEATURES += "screen gpu" SERIAL_CONSOLES = "115200;ttyS2" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" -- cgit v1.2.3-54-g00ecf