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

2010-06-14 Thread Vaibhav Bedia
[...] > +/** > + * @brief board_init > + * > + * @return 0 > + */ > +int board_init(void) > +{ > + DECLARE_GLOBAL_DATA_PTR; > + > This should also be made global. [...] -- Regards, Vaibhav ___ U-Boot mailing list U-Boot@lists.denx.de http://lists

[U-Boot] [PATCH 04/10] ARMV7: Add support for TI OMAP4 Panda

2010-06-14 Thread Steve Sakoman
OMAP4 Panda 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 i