From 0bad4a70bf71f5ac51674d77e0401edd0b37baa3 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 1 Feb 2012 00:14:39 -0600 Subject: [PATCH] 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 --- meta-fsl-arm/conf/machine/imx53ard.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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" -- 2.40.1