From 3197a0e40ff38e453fb83dd47c18f046942041e5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 10 Jun 2020 17:18:11 -0300 Subject: imx6ullevk: Move Device Tree which are NXP BSP specific 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 --- conf/machine/imx6ullevk.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf index f9838b4c..1b31c2f7 100644 --- a/conf/machine/imx6ullevk.conf +++ b/conf/machine/imx6ullevk.conf @@ -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 \ " -- cgit v1.2.3-54-g00ecf