Re: [U-Boot] [PATCH 03/10] ARMV7: Add support for TI OMAP4430 SDP

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

Re: [U-Boot] [PATCH 03/10] ARMV7: Add support for TI OMAP4430 SDP

2010-06-14 Thread Vaibhav Bedia
On Tue, Jun 15, 2010 at 10:09 AM, Steve Sakoman 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 [...] -- Regards, Vaibhav

[U-Boot] [PATCH 03/10] ARMV7: Add support for TI OMAP4430 SDP

2010-06-14 Thread Steve Sakoman
OMAP4430 SDP is a reference board based on OMAP4430, an ARMV7 Cortex A9 CPU This patch adds minimum support for booting the board. It assumes U-boot is loaded to SDRAM with the help of another small bootloader (x-load) running from SRAM. U-boot currently relies on x-load for clock, mux, and SDRAM