From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Wed, 23 May 2007 14:08:48 -0500 Subject: [U-Boot-Users] [PATCH] fix compilation problem for mpc8349itx CFG_RAMBOOT In-Reply-To: <200705232300.00565@sercond.localdomain> References: <200705231245.24522@sercond.localdomain> <46547168.4050505@freescale.com> <200705232300.00565@sercond.localdomain> Message-ID: <46549140.1070901@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 Nikita V. Youshchenko wrote: > I've also tried 'g 100100' (_start_cold address), but it results into > exception. I have not checked why. Probably because the IMMR has been moved from FF400000 to E0000000. On cold boot, U-Boot expects the IMMR to be at FF400000, but instead it's at E0000000. Address 100100 is the "cold boot" address, which assumes a power-on. -- Timur Tabi Linux Kernel Developer @ Freescale