From: Adrian Alonso Date: Wed, 1 Feb 2012 06:14:39 +0000 (-0600) Subject: imx53ard: update machine config options X-Git-Tag: 2.1~1939 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0bad4a70bf71f5ac51674d77e0401edd0b37baa3;p=meta-freescale.git imx53ard: update machine config options * Update machine config options * Include imx-base file and include tune arch options * Set uboot load and entry address since this are not always the same in iMx platforms Signed-off-by: Adrian Alonso --- diff --git a/meta-fsl-arm/conf/machine/imx53ard.conf b/meta-fsl-arm/conf/machine/imx53ard.conf index 61958260..7a3d1c5f 100644 --- a/meta-fsl-arm/conf/machine/imx53ard.conf +++ b/meta-fsl-arm/conf/machine/imx53ard.conf @@ -1,7 +1,10 @@ #@TYPE: Machine -#@NAME: imx53 SABRE tablet board -#@DESCRIPTION: Machine configuration for Freescale imx53 sabre tablet board +#@NAME: imx53 SABRE Automotive tablet board +#@DESCRIPTION: Machine configuration for Freescale imx53 sabre automotive board -include conf/machine/include/imx53-base.inc +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa8.inc +UBOOT_ENTRYPOINT = "0x70800000" +UBOOT_LOADADDRESS = "0x70800000" UBOOT_MACHINE = "mx53_ard_ddr3_config"