summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@nxp.com>2020-09-14 16:48:59 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-14 17:14:06 -0300
commitfc552b4c2e26ab6e839906c5cb8822d6d8134d95 (patch)
tree8117572af7fe9ce81902abc297c5b16de21314b4
parent30234f745c55e5f832c282d51bb44604f151e909 (diff)
downloadmeta-freescale-fc552b4c2e26ab6e839906c5cb8822d6d8134d95.tar.gz
imx6sllevk: Update the list of DTB files
There are no rule to make both dtb any more. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
-rw-r--r--conf/machine/imx6sllevk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
index 478d1bbd..536316ab 100644
--- a/conf/machine/imx6sllevk.conf
+++ b/conf/machine/imx6sllevk.conf
@@ -9,7 +9,7 @@ MACHINEOVERRIDES =. "mx6:mx6sll:"
9include conf/machine/include/imx-base.inc 9include conf/machine/include/imx-base.inc
10include conf/machine/include/tune-cortexa9.inc 10include conf/machine/include/tune-cortexa9.inc
11 11
12KERNEL_DEVICETREE = "imx6sll-evk.dtb imx6sll-evk-btwifi.dtb imx6sll-evk-reva.dtb" 12KERNEL_DEVICETREE = "imx6sll-evk.dtb"
13 13
14UBOOT_CONFIG ??= "sd" 14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard" 15UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard"