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

2010-06-17 Thread Steve Sakoman
On Mon, Jun 14, 2010 at 10:48 PM, Vaibhav Bedia wrote: > On Tue, Jun 15, 2010 at 10:09 AM, Steve Sakoman 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 >

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

2010-06-14 Thread Vaibhav Bedia
On Tue, Jun 15, 2010 at 10:09 AM, Steve Sakoman 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. [...] --- a/arch/arm/cpu/armv7/omap3/reset.S > +++ b/arch/arm/c

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

2010-06-14 Thread Steve Sakoman
This patch adds minimum support for OMAP4. Code which can be shared between OMAP3 and OMAP4 is placed in arch/arm/cpu/armv7/omap-common Signed-off-by: Aneesh V Signed-off-by: Steve Sakoman --- Makefile |7 + arch/arm/cpu/armv7/{omap3 => omap-common}