[U-Boot-Users] what is BOOT_TEXT_BASE stands for?

Martin Krause Martin.Krause at tqs.de
Thu May 31 14:15:47 CEST 2007


Hi,

u-boot-users-bounces at 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




More information about the U-Boot mailing list