Re: [U-Boot] Code relocation in U-boot.

2011-11-07 Thread Sandeep Sharma
Hi, You are absolutely right. I am talking about ARM code located in start.S file. I am not able to figure out from from the referred link. I also consulted " http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044d/IHI0044D_aaelf.pdf " which talks about arm code relocation but it is also not hel

Re: [U-Boot] Code relocation in U-boot.

2011-11-07 Thread Albert ARIBAUD
Le 07/11/2011 14:41, Sandeep Sharma a écrit : > Hi, > > I am analyzing U-Boot code for "relocate_code" function. In this function > after copying the text section and before clearing the bss section we are > doing "fix .rel.dyn relocations". I want to know that what actually we are > doing in this