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 | 4b97d0832e49ca7ebfa988bc9bb45e5eb1dcea4c (patch) | |
tree | 78a21284c8c3d873cce8491b46ae00cbe579a9ec /conf | |
parent | b67f40ee3b6cc36e1b83caaaf8aafb672a909036 (diff) |
apalis-imx6.conf: specify the devicetree name
Diffstat (limited to '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%" |