summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-10-02 10:39:01 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-10-02 10:39:01 +0200
commite3e5aba1c725ad3ff4daf128ad525625923a653d (patch)
tree53705251e233a0c820f1cea3d3c68050146c140a
parenta0b7c8110461653a051b8fca132972c795c9c4d3 (diff)
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 <philippe.schenker@toradex.com>
-rw-r--r--conf/machine/apalis-imx8.conf3
1 files changed, 2 insertions, 1 deletions
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"