[U-Boot] [PATCH v11 02/31] Replace __bss_end__ with __bss_end

Simon Glass sjg at chromium.org
Thu Mar 14 18:43:54 CET 2013


Hi Albert,

On Thu, Mar 14, 2013 at 10:06 AM, Albert ARIBAUD
<albert.u.boot at aribaud.net> wrote:
> Hi Simon,
>
> On Thu, 14 Mar 2013 09:54:53 -0700, Simon Glass <sjg at chromium.org>
> wrote:
>
>> Note this is a tree-wide change affecting multiple architectures.
>>
>> At present we use __bss_start, but mostly __bss_end__. This seems
>> inconsistent and in a number of places __bss_end is used instead.
>>
>> Change to use __bss_end for the BSS end symbol throughout U-Boot. This
>> makes it possible to use the asm-generic/sections.h file on all
>> archs.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>> Changes in v11: None
>> Changes in v10: None
>> Changes in v9: None
>> Changes in v8: None
>> Changes in v7: None
>> Changes in v6: None
>> Changes in v5:
>> - Add new patch to replace __bss_end__ with __bss_end
>>
>> Changes in v4: None
>> Changes in v3: None
>> Changes in v2: None
>
> Not sure I understand why you are reposting this, especially with same
> version as previously. If you needed to rebase, please indicate so.

Yes one of the files needed a rebase - I should have indicated that in
the v11 comments, sorry.

Regards,
Simon

>
> Amicalement,
> --
> Albert.


More information about the U-Boot mailing list