Dear javier Martin, In message <[email protected]> you wrote: > > > It would be great if you all could test this, so we can get this in as > > quickly as possible. > > This also works for me using Freescale's toolchain included in LTIB > for i.mx27 ads board.
thanks a lot for the confirmation. > One thing that confuses me a little about this imx27litekit patch is > that TEXT_ADDRESS is a RAM address but, according to the FAQ u-boot > cannot be run from RAM by another bootloader. > > Why is TEXT_ADDRESS in RAM then? This is "normal" on ARM systems - there TEXT_BASE holds the address of the image after copying (I hesitate to call it relocating) it to RAM. 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: [email protected] But it's real. And if it's real it can be affected ... we may not be able to break it, but, I'll bet you credits to Navy Beans we can put a dent in it. -- deSalle, "Catspaw", stardate 3018.2 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

