diff options
Diffstat (limited to 'conf/machine/colibri-imx7.conf')
-rw-r--r-- | conf/machine/colibri-imx7.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf index e568d45..ea337b0 100644 --- a/conf/machine/colibri-imx7.conf +++ b/conf/machine/colibri-imx7.conf @@ -11,7 +11,7 @@ SOC_FAMILY = "mx7" PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex" KERNEL_IMAGETYPE = "zImage" -KERNEL_DEVICETREE += "imx7d-colibri.dtb imx7s-colibri.dtb" +KERNEL_DEVICETREE += "imx7d-colibri-eval-v3.dtb imx7s-colibri-eval-v3.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 |