From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 09 Oct 2010 10:18:20 +0200 Subject: [U-Boot] new uboot with relocation change cannot boot when download the bin file to different address than TEXT_BASE In-Reply-To: <4CB0238F.8090702@free.fr> References: <4CB01D2A.1000708@free.fr> <4CB0238F.8090702@free.fr> Message-ID: <4CB0254C.60606@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 09/10/2010 10:10, Albert ARIBAUD a ?crit : (one coffe later) > For arm926, TEXT_BASE should be the FLASH location (if booting from NOR) > or a location in DRAM (for NAND and other methods). ... or a location in DRAM awa from top of RAM; relocation can be from RAM to RAM, as long as you define CONFIG_SKIP_LOWLEVEL_INIT and as long as you don't try to relocate to an overlapping area. Amicalement, -- Albert.