From fa6be2661858422f86a5546784575082d9b1ad97 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 29 Mar 2022 15:52:57 +0300 Subject: imx6ul*: remove obsolete device tree entry The imx6ul-14x14-evk-btwifi-oob.dtb and imx6ull-14x14-evk-btwifi-oob.dtb are no longer available in the kernel lf-5.10.y, it was removed in a1488e98156ea1a597353c93b76b4f7fd8dd7c7c Remove entries for non-existent dtb files. This fixes building a Linux kernel recipe for imx6ulevk/imx6ullevk. Fixes: 3f93c925 ("linux-imx*: Upgrade to 5.10.52") Signed-off-by: Oleksandr Suvorov (cherry picked from commit 664c263becd28f2a594c6c6cdea674250fa4d364) --- conf/machine/imx6ulevk.conf | 1 - conf/machine/imx6ullevk.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 09d64b4e..62eb2157 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf @@ -13,7 +13,6 @@ MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455" KERNEL_DEVICETREE = " \ imx6ul-14x14-evk-btwifi.dtb \ - imx6ul-14x14-evk-btwifi-oob.dtb \ imx6ul-14x14-evk-csi.dtb \ imx6ul-14x14-evk.dtb \ imx6ul-14x14-evk-ecspi.dtb \ diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf index e71e34e4..0df64fe4 100644 --- a/conf/machine/imx6ullevk.conf +++ b/conf/machine/imx6ullevk.conf @@ -17,7 +17,6 @@ KERNEL_DEVICETREE = " \ KERNEL_DEVICETREE:append:use-nxp-bsp = " \ imx6ull-14x14-evk-btwifi.dtb \ - imx6ull-14x14-evk-btwifi-oob.dtb \ imx6ull-14x14-evk-emmc.dtb \ imx6ull-14x14-evk-gpmi-weim.dtb \ " -- cgit v1.2.3-54-g00ecf