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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to