summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-06-10 17:18:11 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-11 16:52:39 -0300
commit3197a0e40ff38e453fb83dd47c18f046942041e5 (patch)
tree7d5012a7680de238b141e39c268c96c33c46aee9 /conf
parent786c07c60da5ee6bd3432e37ec0f275eb93e7119 (diff)
downloadmeta-freescale-3197a0e40ff38e453fb83dd47c18f046942041e5.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6ullevk.conf5
1 files changed, 4 insertions, 1 deletions
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
10include conf/machine/include/tune-cortexa7.inc 10include conf/machine/include/tune-cortexa7.inc
11 11
12KERNEL_DEVICETREE = " \ 12KERNEL_DEVICETREE = " \
13 imx6ull-14x14-evk.dtb \
14"
15
16KERNEL_DEVICETREE_append_use-nxp-bsp = " \
13 imx6ull-14x14-evk-btwifi.dtb \ 17 imx6ull-14x14-evk-btwifi.dtb \
14 imx6ull-14x14-evk-btwifi-oob.dtb \ 18 imx6ull-14x14-evk-btwifi-oob.dtb \
15 imx6ull-14x14-evk.dtb \
16 imx6ull-14x14-evk-emmc.dtb \ 19 imx6ull-14x14-evk-emmc.dtb \
17 imx6ull-14x14-evk-gpmi-weim.dtb \ 20 imx6ull-14x14-evk-gpmi-weim.dtb \
18" 21"