summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-04-18 15:25:09 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-18 16:04:58 -0300
commitfc0106bef4d9fca0117eac52f40e63fd4a21ac6a (patch)
tree72a81e5ee1e839178e33e44e1fe727bce7178f19
parent8af144a9f5a26dcd9c999e97374f19bdb618590d (diff)
downloadmeta-fsl-arm-fc0106bef4d9fca0117eac52f40e63fd4a21ac6a.tar.gz
mxs-base.inc: Fix UBOOT_ENTRYPOINT
Correct entry point for mxs is 0x40008000. Also remove the unneeded UBOOT_LOADADDRESS. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r--conf/machine/include/mxs-base.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index 6dc1302..68424e7 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -9,8 +9,7 @@ include conf/machine/include/tune-arm926ejs.inc
9 9
10SOC_FAMILY = "mxs" 10SOC_FAMILY = "mxs"
11 11
12UBOOT_ENTRYPOINT = "0x41008000" 12UBOOT_ENTRYPOINT = "0x40008000"
13UBOOT_LOADADDRESS = "0x41008000"
14UBOOT_MAKE_TARGET = "u-boot.sb" 13UBOOT_MAKE_TARGET = "u-boot.sb"
15UBOOT_SUFFIX = "sb" 14UBOOT_SUFFIX = "sb"
16 15