
On Fri, Dec 16, 2011 at 1:31 PM, Peter Barada peter.barada@logicpd.com wrote:
This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo reference boards. It assumes U-boot is loaded to SDRAM with the help of another small bootloader (x-load) running from SRAM.
Signed-off-by: Peter Barada peter.barada@logicpd.com Cc: Tom Rini tom.rini@gmail.com Cc: Igor Grinberg grinberg@compulab.co.il
[snip]
+#ifdef CONFIG_SMC911X +/* GPMC CS1 settings for Logic SOM LV/Torpedo LAN92xx Ethernet chip */ +static const u32 gpmc_lan92xx_config[] = {
- 0x00001000,
- 0x00080801,
- 0x00000000,
- 0x08010801,
- 0x00080a0a,
- 0x03000280,
+};
The correct form here is #define NET_LAN92XX_GPMC_CONFIGn 0x... in board.h and then ref them here.
And feel free to wait a little before spinning v4 incase others have comments. Assuming it's just this (or some other trivial comments) that change in v4 I'll put that v4 into u-boot-ti/next early next week. Thanks for turning around on the feedback quickly!