[meta-freescale] [meta-fsl-arm PATCH v3 08/13] imx-base.inc: Fix i.MX6SL entry point hex format

Daiane Angolini daiane.angolini at freescale.com
Mon Apr 15 08:24:38 PDT 2013


On 04/15/2013 08:51 AM, Otavio Salvador wrote:
> Trivial change just to make it using same code style as other entry
> point values.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> Changes in v3: None
> Changes in v2:
> - New patch
>
>   conf/machine/include/imx-base.inc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
> index 456bbfb..2cc8b70 100644
> --- a/conf/machine/include/imx-base.inc
> +++ b/conf/machine/include/imx-base.inc
> @@ -22,8 +22,8 @@ UBOOT_LOADADDRESS_mx53 = "0x70800000"
>   UBOOT_ENTRYPOINT_mx6  = "0x10800000"
>   UBOOT_LOADADDRESS_mx6 = "0x10800000"
>
> -UBOOT_ENTRYPOINT_mx6sl = "0X80800000"
> -UBOOT_LOADADDRESS_mx6sl = "0X80800000"
> +UBOOT_ENTRYPOINT_mx6sl = "0x80800000"
> +UBOOT_LOADADDRESS_mx6sl = "0x80800000"

Are UBOOT_LOADADDRESS already being used? (didn't you remove it 
somewhere else?)

Daiane




More information about the meta-freescale mailing list