
17 Jun
2010
17 Jun
'10
9:36 p.m.
On Mon, Jun 14, 2010 at 10:48 PM, Vaibhav Bedia vaibhav.bedia@gmail.com wrote:
On Tue, Jun 15, 2010 at 10:09 AM, Steve Sakoman steve@sakoman.com wrote:
[...]
+/* Declare the global data pointer - gd */ +DECLARE_GLOBAL_DATA_PTR;
Once the declaration in /board/ti/sdp4430/sdp.c is made global this won't be needed.
It still seems to be needed to avoid a compile time error, even with the global declaration in /board/ti/sdp4430/sdp.c.
Steve