From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 11 Dec 2009 17:02:49 -0600 Subject: [U-Boot] MPC8567 - TEXT BASE boot rom question... Half the message was missing.. trying again.. In-Reply-To: <4B22CEBD.9090708@sevis.com> References: <4B22A83F.5020809@sevis.com> <4B22B0BC.6020906@freescale.com> <4B22CEBD.9090708@sevis.com> Message-ID: <4B22CF99.8040902@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Bob Winslow wrote: > Is it possible to change TEXT_BASE and RESET_VECTOR_ADDRESS in such a > way that I can put the 512kB uboot image at the > beginning of the 4M flash instead of the end?? I don't think so -- the reset vector is fixed at 0xfffffffc, which will map to the last word of flash. -Scott