
31 May
2007
31 May
'07
2:15 p.m.
Hi,
u-boot-users-bounces@lists.sourceforge.net wrote on Thursday, May 31, 2007 12:01 PM:
So what is TEXT_BASE on Arm architetures?
on ARM architectures TEXT_BASE specifies the address for which U-Boot is linked. After power up the U-Boot startup code copies (not relocates) U-Boot to this address. Thus, the address should lie in RAM. The startup code itself is address independent.
Regards, Martin