Re: [U-Boot-Users] u-boot mpc5xx start.s questions

2008-04-08 Thread Kenneth Johansson
On Tue, 2008-04-08 at 14:49 +0800, 278893452 wrote: > dear sir or madam, > When I study the u-boot about mpc5xx, I confuse the definition > in cpu/mpc5xx/start.s as follows: Do you think this is wrong or are you asking something else. > /* > * Set up GOT: Global Offset Table > * > * U

[U-Boot-Users] u-boot mpc5xx start.s questions

2008-04-07 Thread 278893452
dear sir or madam, When I study the u-boot about mpc5xx, I confuse the definition in cpu/mpc5xx/start.s as follows: /* * Set up GOT: Global Offset Table * * Use r14 to access the GOT */ START_GOT GOT_ENTRY(_GOT2_TABLE_) GOT_ENTRY(_FIXUP_TABLE_) GOT_ENTRY(_start) GOT_ENTRY(_star