From 7c869ff2634a39d1d64bd81ab9474e1386c167f6 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 17 Aug 2013 19:00:36 -0300 Subject: 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 --- conf/machine/imx53qsb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/imx53qsb.conf') 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 SOC_FAMILY = "mx5:mx53" -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts" +KERNEL_DEVICETREE = "imx53-qsb.dtb" UBOOT_MACHINE = "mx53loco_config" -- cgit v1.2.3-54-g00ecf