
8 Mar
2011
8 Mar
'11
12:20 p.m.
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