
15 Jun
2010
15 Jun
'10
9:45 p.m.
On Mon, Jun 14, 2010 at 10:26 PM, Vaibhav Bedia vaibhav.bedia@gmail.com wrote:
On Tue, Jun 15, 2010 at 10:09 AM, Steve Sakoman steve@sakoman.com wrote: [...]
+int board_init(void) +{
- DECLARE_GLOBAL_DATA_PTR;
This should be moved outside the function. Relevant thread http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
I'll fix this. Looks like a bunch of other boards do the same. I'll prepare fix patches for some of the other OMAP boards that still do this.
Steve