]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6ullevk: Move Device Tree which are NXP BSP specific
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 10 Jun 2020 20:18:11 +0000 (17:18 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 11 Jun 2020 19:52:39 +0000 (16:52 -0300)
The Linux mainline 5.4 provide only the imx6ull-14x14-evk.dtb and all
others only are provided by the NXP-based Linux fork. We move them to
the NXP BSP specific setting.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/imx6ullevk.conf

index f9838b4cf84f86606402eac9960bc7c95b9c6a0e..1b31c2f7dcece1dbc68f4cd3954a3551d830f619 100644 (file)
@@ -10,9 +10,12 @@ include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa7.inc
 
 KERNEL_DEVICETREE = " \
+       imx6ull-14x14-evk.dtb \
+"
+
+KERNEL_DEVICETREE_append_use-nxp-bsp = " \
        imx6ull-14x14-evk-btwifi.dtb \
        imx6ull-14x14-evk-btwifi-oob.dtb \
-       imx6ull-14x14-evk.dtb \
        imx6ull-14x14-evk-emmc.dtb \
        imx6ull-14x14-evk-gpmi-weim.dtb \
 "