Re: [U-Boot] uboot relocate_code() function

2009-05-11 Thread Scott Wood
On Mon, May 11, 2009 at 07:42:02PM +0530, Deepak Gopalakrishnan wrote: > Hi > I was going thruogh the code of u-boot-1.3.0 and was particlarly going > through the code in board/freescale/mpc8313erdb cause thats my board. > And i found that relocate_code() function is being declared in common.h >

Re: [U-Boot] uboot relocate_code() function

2009-05-11 Thread Timur Tabi
On Mon, May 11, 2009 at 9:12 AM, Deepak Gopalakrishnan wrote: > And  i found that relocate_code() function is being declared in common.h > and called at few instances but could not find the definition of the code. > Can anyone help me with this. grep -rw relocate_code * -- Timur Tabi Linux ker

Re: [U-Boot] uboot relocate_code() function

2009-05-11 Thread Liu Dave-R63238
> I was going thruogh the code of u-boot-1.3.0 and was > particlarly going through the code in > board/freescale/mpc8313erdb cause thats my board. > And i found that relocate_code() function is being declared > in common.h and called at few instances but could not find > the definition of the

[U-Boot] uboot relocate_code() function

2009-05-11 Thread Deepak Gopalakrishnan
Hi I was going thruogh the code of u-boot-1.3.0 and was particlarly going through the code in board/freescale/mpc8313erdb cause thats my board. And i found that relocate_code() function is being declared in common.h and called at few instances but could not find the definition of the code. Can