summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2017-06-12 18:13:47 +0530
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-07-01 00:34:17 +0200
commitf1f9c50cd77ad893ed3523c5111adb857a805186 (patch)
tree97a6e88e014bf3adc489d22815aac422cb70c9c5 /conf
parent5267d6012c0a2d675dd8f3054552b85c16840301 (diff)
conf: machine: colibri-imx7: add aster device tree to colibri imx7 machine
Add Aster device tree to Colibri iMX7 OE machine configuration. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-imx7.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf
index 34263de..e9e4d8d 100644
--- a/conf/machine/colibri-imx7.conf
+++ b/conf/machine/colibri-imx7.conf
@@ -11,7 +11,7 @@ include conf/machine/include/tune-cortexa7.inc
PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
KERNEL_IMAGETYPE = "zImage"
-KERNEL_DEVICETREE += "imx7d-colibri-eval-v3.dtb imx7s-colibri-eval-v3.dtb"
+KERNEL_DEVICETREE += "imx7d-colibri-eval-v3.dtb imx7s-colibri-eval-v3.dtb imx7d-colibri-aster.dtb imx7s-colibri-aster.dtb"
# U-Boot of our newer release read the Kernel and device tree from static UBI
# volumes, hence no need to deploy the kernel binary in the image itself