[U-Boot] [PATCH 02/10] ARMV7: Add basic support for TI OMAP4

Steve Sakoman sakoman at gmail.com
Thu Jun 17 21:36:55 CEST 2010


On Mon, Jun 14, 2010 at 10:48 PM, Vaibhav Bedia <vaibhav.bedia at gmail.com> wrote:
> On Tue, Jun 15, 2010 at 10:09 AM, Steve Sakoman <steve at 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


More information about the U-Boot mailing list