[U-Boot] u-boot - Flash copie in RAM
Wolfgang Denk
wd at denx.de
Mon Aug 17 14:41:24 CEST 2009
Dear Johann Steinbrecher,
In message <9db06a550908170538l25649f45u74c92aa0d8fd691e at mail.gmail.com> you wrote:
>
> to which RAM address does the u-boot copy the flash data? (I think uboot
> copies the flash data to the RAM memory. Where can I define to which address
> of RAM memory the flash data is written?)
thsi depends on the architecture. For some architectures like ARM
this is currently defined by the TEXT_BASE setting in your board's
config.mk file (which we consider a bug that is to be fixed), while
for other architectures like PowerPC it gets auto-computed to be at
the end of available RAM, no matter how big that actually is (this is
considered correct behaviour).
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: wd at denx.de
Our business is run on trust. We trust you will pay in advance.
More information about the U-Boot
mailing list