summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-06-13 15:37:23 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-07-10 14:41:23 -0300
commitacd3de486b5fafd1e62bef5a86c16de37397551a (patch)
treece597c5e3e2fc0620ed4d06ebe33a1bf90adf3ef /conf/machine
parenta98fe8486e49d0bb7fb1571cc97bbbfa20c28a1e (diff)
downloadmeta-fsl-arm-acd3de486b5fafd1e62bef5a86c16de37397551a.tar.gz
imx6qsabrelite: add device tree kernel target
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/imx6qsabrelite.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf
index 70196e4..efd7b72 100644
--- a/conf/machine/imx6qsabrelite.conf
+++ b/conf/machine/imx6qsabrelite.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa9.inc
8 8
9SOC_FAMILY = "mx6" 9SOC_FAMILY = "mx6"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts"
12
11UBOOT_ENTRYPOINT = "0x10800000" 13UBOOT_ENTRYPOINT = "0x10800000"
12UBOOT_LOADADDRESS = "0x10800000" 14UBOOT_LOADADDRESS = "0x10800000"
13UBOOT_MACHINE = "mx6qsabrelite_config" 15UBOOT_MACHINE = "mx6qsabrelite_config"