From e3e5aba1c725ad3ff4daf128ad525625923a653d Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Wed, 2 Oct 2019 10:39:01 +0200 Subject: machine: apalis-imx8: use newer devicetree only for use-head-next This commit makes sure the new devicetree naming is only used when use-head-next is given in local.conf. This is necessary so one is able to build thud-next without use-head-next. Signed-off-by: Philippe Schenker --- conf/machine/apalis-imx8.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/machine/apalis-imx8.conf') diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf index 92c9b6f..fa5275a 100644 --- a/conf/machine/apalis-imx8.conf +++ b/conf/machine/apalis-imx8.conf @@ -25,7 +25,8 @@ LOADADDR = "" # auto-serial-console there USE_VT = "0" -KERNEL_DEVICETREE = "freescale/fsl-imx8qm-apalis-eval.dtb" +KERNEL_DEVICETREE_use-head-next = "freescale/fsl-imx8qm-apalis-eval.dtb" +KERNEL_DEVICETREE = "freescale/fsl-imx8qm-apalis.dtb" UBOOT_MAKE_TARGET = "u-boot.bin" UBOOT_SUFFIX = "bin" -- cgit v1.2.3