diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-07-19 14:21:26 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-08-04 11:12:26 +0200 |
commit | 5dc358d54b2578afc401f4a65d2c3a72463d3a68 (patch) | |
tree | d734df680de9adbd7f8eec651706370f36cd19eb /conf/machine/apalis-imx6.conf | |
parent | 760bc15fc41bf61e6223240911fd76879fed8986 (diff) |
apalis-imx6.conf: specify the devicetree name
Diffstat (limited to 'conf/machine/apalis-imx6.conf')
-rw-r--r-- | conf/machine/apalis-imx6.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf index 1224cdf..bdc7a40 100644 --- a/conf/machine/apalis-imx6.conf +++ b/conf/machine/apalis-imx6.conf @@ -12,6 +12,7 @@ SOC_FAMILY = "mx6:mx6q" PREFERRED_PROVIDER_u-boot = "u-boot-toradex-fsl" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-fsl" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl" +KERNEL_DEVICETREE = "imx6q-apalis-eval.dtb" PREFERRED_VERSION_xserver-xorg_mx6 = "99:1.14%" |