[U-Boot-Users] What is u-boot relocation address?

Vladimir "Farcaller" Pouzanov farcaller at gmail.com
Mon Oct 16 17:45:39 CEST 2006


Andrew Dyer wrote:

> TEXT_BASE is the starting address that u-boot is built for usually in
> FLASH.  Later u-boot moves itself up to the top of available memory.

Is it ok that TEXT_BASE of 0x0 leads to crash? Also U-boot seems to follow
TEXT_BASE value after relocation:

TEXT_BASE = 0xA1000000:
U-Boot code: A1000000 -> A1016290  BSS: -> A1018948

TEXT_BASE = 0xA1700000:
U-Boot code: A1700000 -> A1716290  BSS: -> A1718948

-- 
Sincerely,
Vladimir "Farcaller" Pouzanov
http://hackndev.com





More information about the U-Boot mailing list