From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Tue, 08 Mar 2011 16:50:10 +0530 Subject: [U-Boot] [PATCH 06/22] arm: new labels in the linker script file In-Reply-To: References: <1298893591-17636-1-git-send-email-aneesh@ti.com> <1298893591-17636-7-git-send-email-aneesh@ti.com> Message-ID: <4D7610EA.10300@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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