[U-Boot] u-boot - Flash copie in RAM

Hello,
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?)
Thank you
Johann

Dear Johann Steinbrecher,
In message 9db06a550908170538l25649f45u74c92aa0d8fd691e@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
participants (2)
-
Johann Steinbrecher
-
Wolfgang Denk