]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx53qsb: update machine config options
authorAdrian Alonso <aalonso00@gmail.com>
Wed, 1 Feb 2012 06:17:54 +0000 (00:17 -0600)
committerAdrian Alonso <aalonso00@gmail.com>
Wed, 1 Feb 2012 06:17:54 +0000 (00:17 -0600)
* 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 <aalonso00@gmail.com>
meta-fsl-arm/conf/machine/imx53qsb.conf

index 0b81d4cc90acbcf5a8691000451155c4ec731b35..0d43eab97d34a2ff64a7cd2d59216d0b8b98f39e 100644 (file)
@@ -2,6 +2,9 @@
 #@NAME: imx53 quick start board
 #@DESCRIPTION: Machine configuration for Freescale imx53 quick start 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_loco_config"