diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2022-03-29 15:52:57 +0300 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2022-03-29 15:59:38 +0300 |
commit | 664c263becd28f2a594c6c6cdea674250fa4d364 (patch) | |
tree | 15ce6aa999d3ce304d6f0feb7ffe25e833a98c32 /conf/machine | |
parent | cf88b9ac6c9d818b312c8aec774db2ae4f9d4f71 (diff) | |
download | meta-freescale-664c263becd28f2a594c6c6cdea674250fa4d364.tar.gz |
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 <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 1 | ||||
-rw-r--r-- | conf/machine/imx6ullevk.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 70cb68e6..8f908efe 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf | |||
@@ -13,7 +13,6 @@ MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455" | |||
13 | 13 | ||
14 | KERNEL_DEVICETREE = " \ | 14 | KERNEL_DEVICETREE = " \ |
15 | imx6ul-14x14-evk-btwifi.dtb \ | 15 | imx6ul-14x14-evk-btwifi.dtb \ |
16 | imx6ul-14x14-evk-btwifi-oob.dtb \ | ||
17 | imx6ul-14x14-evk-csi.dtb \ | 16 | imx6ul-14x14-evk-csi.dtb \ |
18 | imx6ul-14x14-evk.dtb \ | 17 | imx6ul-14x14-evk.dtb \ |
19 | imx6ul-14x14-evk-ecspi.dtb \ | 18 | imx6ul-14x14-evk-ecspi.dtb \ |
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf index 722e0757..e5ea2ec2 100644 --- a/conf/machine/imx6ullevk.conf +++ b/conf/machine/imx6ullevk.conf | |||
@@ -17,7 +17,6 @@ KERNEL_DEVICETREE = " \ | |||
17 | 17 | ||
18 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ | 18 | KERNEL_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 | " |