[U-Boot] question on relocation of arm920t
tike64 at gmail.com
tike64 at gmail.com
Wed Jun 10 08:19:19 CEST 2009
J.Hwan.Kim wrote:
> However, the linker script u-boot.lds tells that code start at 0x00000000.
> How does the code address is set to start at TEXT_BASE?
> How and where does the linker use TEXT_BASE address?
There is config.mk file at root and this line in it:
LDFLAGS += .. -Ttext $(TEXT_BASE) ..
at least in my tree. Maybe that is the answer.
--
Timo
More information about the U-Boot
mailing list