summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53ard.conf
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso00@gmail.com>2012-02-01 00:14:39 -0600
committerAdrian Alonso <aalonso00@gmail.com>2012-02-01 00:14:39 -0600
commite9e3f69e636eb712eab442bd3b8b1c1a153462d2 (patch)
tree859df590a7c570e5dc333863110fbfc205c27f91 /conf/machine/imx53ard.conf
parent9d6b1b5088003c49c10275de9f8b67d65cbe1456 (diff)
downloadmeta-fsl-arm-e9e3f69e636eb712eab442bd3b8b1c1a153462d2.tar.gz
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 <aalonso00@gmail.com>
Diffstat (limited to 'conf/machine/imx53ard.conf')
-rw-r--r--conf/machine/imx53ard.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf
index 6195826..7a3d1c5 100644
--- a/conf/machine/imx53ard.conf
+++ b/conf/machine/imx53ard.conf
@@ -1,7 +1,10 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: imx53 SABRE tablet board 2#@NAME: imx53 SABRE Automotive tablet board
3#@DESCRIPTION: Machine configuration for Freescale imx53 sabre tablet board 3#@DESCRIPTION: Machine configuration for Freescale imx53 sabre automotive board
4 4
5include conf/machine/include/imx53-base.inc 5include conf/machine/include/imx-base.inc
6include conf/machine/include/tune-cortexa8.inc
6 7
8UBOOT_ENTRYPOINT = "0x70800000"
9UBOOT_LOADADDRESS = "0x70800000"
7UBOOT_MACHINE = "mx53_ard_ddr3_config" 10UBOOT_MACHINE = "mx53_ard_ddr3_config"