summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso00@gmail.com>2012-02-01 00:17:54 -0600
committerAdrian Alonso <aalonso00@gmail.com>2012-02-01 00:17:54 -0600
commitfd8026a0d8d017a55b84654572e89e34f790ff89 (patch)
treee7f6a882e2b36cb276550be56881808417616357 /conf/machine/imx53qsb.conf
parente9e3f69e636eb712eab442bd3b8b1c1a153462d2 (diff)
downloadmeta-fsl-arm-fd8026a0d8d017a55b84654572e89e34f790ff89.tar.gz
imx53qsb: 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/imx53qsb.conf')
-rw-r--r--conf/machine/imx53qsb.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index 0b81d4c..0d43eab 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -2,6 +2,9 @@
2#@NAME: imx53 quick start board 2#@NAME: imx53 quick start board
3#@DESCRIPTION: Machine configuration for Freescale imx53 quick start board 3#@DESCRIPTION: Machine configuration for Freescale imx53 quick start 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_loco_config" 10UBOOT_MACHINE = "mx53_loco_config"