summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.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
commit7c869ff2634a39d1d64bd81ab9474e1386c167f6 (patch)
treedc97699dc81cff2eb253d4a21afefccc4f994aff /conf/machine/imx53qsb.conf
parentc0a74540f9f139c9781b9f82555ad6e40810ac06 (diff)
downloadmeta-fsl-arm-7c869ff2634a39d1d64bd81ab9474e1386c167f6.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 'conf/machine/imx53qsb.conf')
-rw-r--r--conf/machine/imx53qsb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index ca84243..b5ea3ad 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -8,7 +8,7 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5:mx53" 9SOC_FAMILY = "mx5:mx53"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts" 11KERNEL_DEVICETREE = "imx53-qsb.dtb"
12 12
13UBOOT_MACHINE = "mx53loco_config" 13UBOOT_MACHINE = "mx53loco_config"
14 14