From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 19 Jan 2007 09:27:49 -0600 Subject: [U-Boot-Users] Uboot Newbie: MPC8260 bootup issues In-Reply-To: References: Message-ID: <45B0E375.7050006@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 raghuveer.murthy at wipro.com wrote: > After much trial and error I found out that the u-boot code for our > board did not work properly for > any gcc compiler options except for -O0 (no optimizations). Sounds like the code has a bug somewhere where it is not using the 'volatile' keyword where it's supposed to.