summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-09-12 16:57:05 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-09-12 16:57:05 +0200
commit32bef27962424fbfb21c830fa30829b554674620 (patch)
treee6afb512773d2db5bdc04cd216ec92d5bb48a8d8
parentba278cfe4fa79db91727b783f7f900ab72833d36 (diff)
apalis-imx6: drop unnecessary KERNEL_DEVICETREE_remove
The to be removed device trees are no longer part of the KERNEL_DEVICETREE variable in the meta-freescale-3rdparty layer. Avoid confusion and remove this unnecessary _remove. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--conf/machine/include/apalis-imx6.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/apalis-imx6.inc b/conf/machine/include/apalis-imx6.inc
index 032a158..b8435da 100644
--- a/conf/machine/include/apalis-imx6.inc
+++ b/conf/machine/include/apalis-imx6.inc
@@ -11,7 +11,6 @@ MACHINE_BOOT_FILES = "boot.scr"
IMAGE_BOOT_FILES_append = " ${MACHINE_BOOT_FILES}"
WKS_FILE_DEPENDS_append = " u-boot-distro-boot"
-KERNEL_DEVICETREE_remove = "imx6q-apalis_v1_0-eval.dtb imx6q-apalis_v1_0-ixora.dtb"
KERNEL_IMAGETYPE_${MACHINE} = "zImage"
UBOOT_SUFFIX = "img"