From: Otavio Salvador Date: Wed, 13 Jun 2012 19:09:09 +0000 (-0300) Subject: imx53ard: add device tree kernel target X-Git-Tag: 2.1~1751 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a36303966021c18c44c6ca842a15ca5529c2ca13;p=meta-freescale.git imx53ard: add device tree kernel target Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/conf/machine/imx53ard.conf b/meta-fsl-arm/conf/machine/imx53ard.conf index d4ff4d7f..9b070d04 100644 --- a/meta-fsl-arm/conf/machine/imx53ard.conf +++ b/meta-fsl-arm/conf/machine/imx53ard.conf @@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa8.inc SOC_FAMILY = "mx5" +KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-ard.dts" + UBOOT_ENTRYPOINT = "0x70800000" UBOOT_LOADADDRESS = "0x70800000" UBOOT_MACHINE = "mx53ard_config"