diff options
author | Fabio Estevam <festevam@gmail.com> | 2022-03-02 15:37:54 -0300 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2022-03-02 15:40:28 -0300 |
commit | 2da2a85211425a224d870a465903206b5160265f (patch) | |
tree | 7decc1ad65f2895e0f4a83e4b0de71899b58fb9b /conf/machine | |
parent | 9a926da11383733c50073f7e3e7fc08c9ed064fe (diff) | |
download | meta-freescale-2da2a85211425a224d870a465903206b5160265f.tar.gz |
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 <festevam@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/imx7ulpevk.conf | 3 |
1 files changed, 0 insertions, 3 deletions
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" | |||
14 | KERNEL_DEVICETREE = " \ | 14 | KERNEL_DEVICETREE = " \ |
15 | imx7ulp-evk.dtb \ | 15 | imx7ulp-evk.dtb \ |
16 | " | 16 | " |
17 | KERNEL_DEVICETREE:append:use-mainline-bsp = " \ | ||
18 | imx7ulp-com.dtb \ | ||
19 | " | ||
20 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ | 17 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ |
21 | imx7ulp-evk-ft5416.dtb \ | 18 | imx7ulp-evk-ft5416.dtb \ |
22 | imx7ulp-evk-mipi.dtb \ | 19 | imx7ulp-evk-mipi.dtb \ |