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

Otavio Salvador otavio at ossystems.com.br
Mon Apr 15 09:12:39 PDT 2013


On Mon, Apr 15, 2013 at 12:24 PM, Daiane Angolini
<daiane.angolini at freescale.com> wrote:
> 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?)

It is removed in 9/13 but the fix of format should be done before so
we don't mix fixes.

--
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