Dear phil.edwor...@renesas.com,

In message 
<of460d0558.a844a780-onc12578ae.0047905c-802578ae.00482...@eu.necel.com> you 
wrote:
>
> 
> U-boot is typically stored in flash and one of the first things it
> does when executed is relocate to ram. CONFIG_SYS_TEXT_BASE is the
> relocation address. Typically, u-boot global data, heap and then

This is completely wrong.  The relocation address is determined
dynamically, depending on RAM size and a number of coinfigured
options.

CONFIG_SYS_TEXT_BASE is the start address of the text segment when
execution starts - on ROM booting systems this is an address in ROM.

> I am sure more experienced u-boot developers will correct me if I am wrong :)

Indeed this was necessary.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
A person who is more than casually interested in computers should  be
well  schooled in machine language, since it is a fundamental part of
a computer.                                           -- Donald Knuth
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to