[U-Boot] [PATCH 06/22] arm: new labels in the linker script file

Aneesh V aneesh at ti.com
Tue Mar 8 12:20:10 CET 2011


On Tuesday 08 March 2011 03:42 PM, Po-Yu Chuang wrote:
> Hi Aneesh,
>
[snip ..]
>> +       __flash_image_end = .;
>> +
>>         .bss __rel_dyn_start (OVERLAY) : {
>>                 __bss_start = .;
>>                 *(.bss)
>
> There is a patch series which makes _end as end of image and
> has been applied to arm branch.
>
> [U-Boot] [PATCH 1/2 v2] rename _end to __bss_end__
> http://lists.denx.de/pipermail/u-boot/2011-March/088166.html
>
> [U-Boot] [PATCH 2/2 v2] arm: fix incorrect monitor protection	region in FLASH
> http://lists.denx.de/pipermail/u-boot/2011-March/088139.html
>
> You can use the newly added symbol _end_ofs to replace your
> __flash_image_end here.

Thanks for the pointer. I will do that in v2.

best regards,
Aneesh


More information about the U-Boot mailing list