[meta-freescale] [PATCH] [PATCH v3 3/3] [meta-fsl-arm] mxs-base.inc: Fix UBOOT_ENTRYPOINT

Fabio Estevam fabio.estevam at freescale.com
Thu Apr 18 08:25:09 PDT 2013


Correct entry point for mxs is 0x40008000.

Also remove the unneeded UBOOT_LOADADDRESS.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
Changes since v2:
- Drop the mxs suffix. Adjust commit log to mention the removal of 
UBOOT_LOADADDRESS.
Changes since v1:
- Newly introduced. Added mxs suffix.

 conf/machine/include/mxs-base.inc |    3 +--
 1 file changed, 1 insertion(+), 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
 
 SOC_FAMILY = "mxs"
 
-UBOOT_ENTRYPOINT = "0x41008000"
-UBOOT_LOADADDRESS = "0x41008000"
+UBOOT_ENTRYPOINT = "0x40008000"
 UBOOT_MAKE_TARGET = "u-boot.sb"
 UBOOT_SUFFIX = "sb"
 
-- 
1.7.9.5





More information about the meta-freescale mailing list