summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6qsabresd.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/imx6qsabresd.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/imx6qsabresd.conf')
-rw-r--r--conf/machine/imx6qsabresd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf
index d5c200f..15d780b 100644
--- a/conf/machine/imx6qsabresd.conf
+++ b/conf/machine/imx6qsabresd.conf
@@ -7,6 +7,6 @@ require conf/machine/include/imx6sabresd-common.inc
7 7
8SOC_FAMILY = "mx6:mx6q" 8SOC_FAMILY = "mx6:mx6q"
9 9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabresd.dts" 10KERNEL_DEVICETREE = "imx6q-sabresd.dtb"
11 11
12UBOOT_MACHINE = "mx6qsabresd_config" 12UBOOT_MACHINE = "mx6qsabresd_config"