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

Otavio Salvador otavio at ossystems.com.br
Thu Apr 18 07:45:13 PDT 2013


On Thu, Apr 18, 2013 at 11:15 AM, Fabio Estevam
<fabio.estevam at freescale.com> wrote:
> Correct entry point for mxs is 0x40008000.
>
> Also add a "mxs" suffix

We don't need to suffix as mxs-base is used for mxs boards only.

> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> 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..9f89441 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_mxs = "0x40008000"
>  UBOOT_MAKE_TARGET = "u-boot.sb"
>  UBOOT_SUFFIX = "sb"
>
> --
> 1.7.9.5
>
>



--
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



More information about the meta-freescale mailing list