From 32bef27962424fbfb21c830fa30829b554674620 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 12 Sep 2019 16:57:05 +0200 Subject: 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 --- conf/machine/include/apalis-imx6.inc | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3