summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-06-13 15:37:03 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-07-10 14:41:23 -0300
commitd4e32446c1ace74a6f1e659b02c2760d5a55a3d0 (patch)
tree0818a579c42480e4e0ab9330eb952ba985551762
parenta36303966021c18c44c6ca842a15ca5529c2ca13 (diff)
downloadmeta-freescale-d4e32446c1ace74a6f1e659b02c2760d5a55a3d0.tar.gz
imx53qsb: add device tree kernel target
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/conf/machine/imx53qsb.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/imx53qsb.conf b/meta-fsl-arm/conf/machine/imx53qsb.conf
index 69aa7b0ec..ca736718f 100644
--- a/meta-fsl-arm/conf/machine/imx53qsb.conf
+++ b/meta-fsl-arm/conf/machine/imx53qsb.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5" 9SOC_FAMILY = "mx5"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
12
11UBOOT_ENTRYPOINT = "0x70800000" 13UBOOT_ENTRYPOINT = "0x70800000"
12UBOOT_LOADADDRESS = "0x70800000" 14UBOOT_LOADADDRESS = "0x70800000"
13UBOOT_MACHINE = "mx53loco_config" 15UBOOT_MACHINE = "mx53loco_config"