diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-06-13 15:37:23 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-10 14:41:23 -0300 |
commit | acd3de486b5fafd1e62bef5a86c16de37397551a (patch) | |
tree | ce597c5e3e2fc0620ed4d06ebe33a1bf90adf3ef /conf/machine | |
parent | a98fe8486e49d0bb7fb1571cc97bbbfa20c28a1e (diff) | |
download | meta-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.conf | 2 |
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 | ||
9 | SOC_FAMILY = "mx6" | 9 | SOC_FAMILY = "mx6" |
10 | 10 | ||
11 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts" | ||
12 | |||
11 | UBOOT_ENTRYPOINT = "0x10800000" | 13 | UBOOT_ENTRYPOINT = "0x10800000" |
12 | UBOOT_LOADADDRESS = "0x10800000" | 14 | UBOOT_LOADADDRESS = "0x10800000" |
13 | UBOOT_MACHINE = "mx6qsabrelite_config" | 15 | UBOOT_MACHINE = "mx6qsabrelite_config" |