summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2021-10-24 00:16:15 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2021-10-24 20:15:31 +0300
commitfc46bcc0c922b43e659886f66cd4217ca496e75f (patch)
tree062104c2e00b982c52c9bca3cb8670ccbb80cbb9
parent469d6c958c76ea235b3d3c1527e797ce3a7392e3 (diff)
downloadmeta-freescale-fc46bcc0c922b43e659886f66cd4217ca496e75f.tar.gz
imx6ullevk: remove obsolete device tree entry
The imx6ul-14x14-evk-btwifi-oob.dtb has been removed from the Linux kernel lf-5.10.y since the commit a1488e98156e ("MLK-25618-1: arm: dts: imx6/7: clean up the old supported wifi/bt nodes to better support nxp wifi/bt") Bumping linux-imx_5.10.bb recipe to 5.10.52 broke building a kernel for imx6ullevk. Remove an entry for a non-existent dtb file. This fixes building a Linux kernel recipe for imx6ullevk. Fixes: c0659168 ("linux-imx*: Upgrade to 5.10.52") Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
-rw-r--r--conf/machine/imx6ullevk.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
index bd592a20..5ae7aca2 100644
--- a/conf/machine/imx6ullevk.conf
+++ b/conf/machine/imx6ullevk.conf
@@ -17,7 +17,6 @@ KERNEL_DEVICETREE = " \
17 17
18KERNEL_DEVICETREE_append_use-nxp-bsp = " \ 18KERNEL_DEVICETREE_append_use-nxp-bsp = " \
19 imx6ull-14x14-evk-btwifi.dtb \ 19 imx6ull-14x14-evk-btwifi.dtb \
20 imx6ull-14x14-evk-btwifi-oob.dtb \
21 imx6ull-14x14-evk-emmc.dtb \ 20 imx6ull-14x14-evk-emmc.dtb \
22 imx6ull-14x14-evk-gpmi-weim.dtb \ 21 imx6ull-14x14-evk-gpmi-weim.dtb \
23" 22"