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.