summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/conf/machine/imx51evk.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-08-17 19:00:36 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-08-20 13:46:05 -0300
commit15c462d9f32ff16ebe2c0820865d1bec8920c82a (patch)
tree193b8b6b49ff98c0194b23217d1607faa2e9a1fb /meta-fsl-arm/conf/machine/imx51evk.conf
parent01982d05063862112e76fae5355436dae9359cf4 (diff)
downloadmeta-freescale-15c462d9f32ff16ebe2c0820865d1bec8920c82a.tar.gz
Rework machines to use dtb file in KERNEL_DEVICETREE variable
The linux-dtb.inc has been reworked to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. This patch reworks following machines: - imx23evk - imx28evk - imx51evk - imx53ard - imx53qsb - imx6dlsabreauto - imx6dlsabresd - imx6qsabreauto - imx6qsabresd - imx6solosabreauto - imx6solosabresd Change-Id: I37e9c3737552299677e315b6279a6e0a8e217836 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm/conf/machine/imx51evk.conf')
-rw-r--r--meta-fsl-arm/conf/machine/imx51evk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx51evk.conf b/meta-fsl-arm/conf/machine/imx51evk.conf
index 9c81dd60..c363aac4 100644
--- a/meta-fsl-arm/conf/machine/imx51evk.conf
+++ b/meta-fsl-arm/conf/machine/imx51evk.conf
@@ -8,6 +8,6 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5:mx51" 9SOC_FAMILY = "mx5:mx51"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx51-babbage.dts" 11KERNEL_DEVICETREE = "imx51-babbage.dtb"
12 12
13UBOOT_MACHINE = "mx51evk_config" 13UBOOT_MACHINE = "mx51evk_config"