Correct entry point for mxs is 0x40008000. Also remove the unneeded UBOOT_LOADADDRESS.
Signed-off-by: Fabio Estevam <[email protected]> --- 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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
