From: Fabio Estevam Date: Wed, 2 Mar 2022 18:37:54 +0000 (-0300) Subject: conf: imx7ulpevk: Remove unrelated imx7ulp-com.dtb X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2da2a85211425a224d870a465903206b5160265f;p=meta-freescale.git conf: imx7ulpevk: Remove unrelated imx7ulp-com.dtb The imx7ulp-com.dtb describes a completely different board: the Embedded Artists i.MX7ULP COM board, which has no relationship with the NXP i.MX7ULP EVK board. Remove the imx7ulp-com.dtb entry. Signed-off-by: Fabio Estevam --- diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf index e0961240..77774e2c 100644 --- a/conf/machine/imx7ulpevk.conf +++ b/conf/machine/imx7ulpevk.conf @@ -14,9 +14,6 @@ MACHINE_FEATURES += "pci wifi bluetooth bcm43430" KERNEL_DEVICETREE = " \ imx7ulp-evk.dtb \ " -KERNEL_DEVICETREE:append:use-mainline-bsp = " \ - imx7ulp-com.dtb \ -" KERNEL_DEVICETREE:append:use-nxp-bsp = " \ imx7ulp-evk-ft5416.dtb \ imx7ulp-evk-mipi.dtb \