Hi John,
On 13/11/2014 16:47, John Tobias wrote:
> The CONFIG_SYS_TEXT_BASE was defined in imx6_spl.h and I was seeing
> previously some warning related to the duplication of the said macro.
>
> I thought it would be great to remove the warning messages so that is why
> I added the macro.
Maybe
Hi Fabio, Stefano,
Thanks for reviewing my work and for accepting it.
Regards,
John
On Thu, Nov 13, 2014 at 6:42 AM, Stefano Babic wrote:
> Hi Fabio, John,
>
> On 13/11/2014 15:39, Fabio Estevam wrote:
>> Hi Stefano,
>>
>> On Thu, Nov 13, 2014 at 10:49 AM, Fabio Estevam wrote:
>>
>>> Sorry, I
Hi Stefano,
On Thu, Nov 13, 2014 at 4:49 AM, Fabio Estevam wrote:
> On Thu, Nov 13, 2014 at 10:41 AM, Fabio Estevam wrote:
>> Hi John,
>>
>> On Thu, Nov 13, 2014 at 6:58 AM, Stefano Babic wrote:
>>
#define CONFIG_LOADADDR0x1200
+#ifndef CONFIG_SYS_TEXT_BAS
On Thu, Nov 13, 2014 at 12:42 PM, Stefano Babic wrote:
> We already agree about the changes. There is no need to resend the
> patchset, I will fix it when I apply the patchset.
Excellent! Thanks, Stefano
___
U-Boot mailing list
U-Boot@lists.denx.de
htt
Hi Fabio, John,
On 13/11/2014 15:39, Fabio Estevam wrote:
> Hi Stefano,
>
> On Thu, Nov 13, 2014 at 10:49 AM, Fabio Estevam wrote:
>
>> Sorry, I meant to remove only the ifdef:
>>
>> --- a/include/configs/mx6sabre_common.h
>> +++ b/include/configs/mx6sabre_common.h
>> @@ -95,9 +95,7 @@
>> #def
Hi Stefano,
On Thu, Nov 13, 2014 at 10:49 AM, Fabio Estevam wrote:
> Sorry, I meant to remove only the ifdef:
>
> --- a/include/configs/mx6sabre_common.h
> +++ b/include/configs/mx6sabre_common.h
> @@ -95,9 +95,7 @@
> #define CONFIG_BOOTDELAY 1
>
> #define CONFIG_LOADADDR
On Thu, Nov 13, 2014 at 10:41 AM, Fabio Estevam wrote:
> Hi John,
>
> On Thu, Nov 13, 2014 at 6:58 AM, Stefano Babic wrote:
>
>>> #define CONFIG_LOADADDR0x1200
>>> +#ifndef CONFIG_SYS_TEXT_BASE
>>> #define CONFIG_SYS_TEXT_BASE 0x1780
>>> +#endif
>>>
>>
Hi John,
On Thu, Nov 13, 2014 at 6:58 AM, Stefano Babic wrote:
>> #define CONFIG_LOADADDR0x1200
>> +#ifndef CONFIG_SYS_TEXT_BASE
>> #define CONFIG_SYS_TEXT_BASE 0x1780
>> +#endif
>>
>
> Why is that needed ? SPL does not use it, because it use
> CONFIG_
On 12/11/2014 23:27, John Tobias wrote:
> add the spl info in the header file.
> Also, added a macro statement in m6sabre_common.h to avoid compiler
> warning.
>
> Signed-off-by: John Tobias
> ---
> include/configs/mx6sabre_common.h | 2 ++
> include/configs/mx6sabresd.h | 6 ++
> 2 fil
add the spl info in the header file.
Also, added a macro statement in m6sabre_common.h to avoid compiler
warning.
Signed-off-by: John Tobias
---
include/configs/mx6sabre_common.h | 2 ++
include/configs/mx6sabresd.h | 6 ++
2 files changed, 8 insertions(+)
diff --git a/include/configs/
10 matches
Mail list logo