The recommended entry points for generating a uImage are the ones listed in the zreladdr line of the kernel Makefile.boot file:
(arch/arm/mach-<soc>/Makefile.boot) Signed-off-by: Fabio Estevam <[email protected]> --- Changes since v2: - None Changes since v1: - Split the patch into 3 pieces conf/machine/include/imx-base.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index c761626..d08c5f8 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -13,10 +13,10 @@ PERF_FEATURES_ENABLE = "" UBOOT_MAKE_TARGET = "u-boot.imx" UBOOT_SUFFIX ?= "imx" -UBOOT_ENTRYPOINT_mx51 = "0xa0000000" -UBOOT_ENTRYPOINT_mx53 = "0x70800000" -UBOOT_ENTRYPOINT_mx6 = "0x10800000" -UBOOT_ENTRYPOINT_mx6sl = "0x80800000" +UBOOT_ENTRYPOINT_mx51 = "0x90008000" +UBOOT_ENTRYPOINT_mx53 = "0x70008000" +UBOOT_ENTRYPOINT_mx6 = "0x10008000" +UBOOT_ENTRYPOINT_mx6sl = "0x80008000" PREFERRED_VERSION_xserver-xorg_mx6 = "2:1.11.4" -- 1.7.9.5 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
