Re: [U-Boot] [PATCH v2 2/2] ARM: highbank: enable networking and pxe

2011-12-08 Thread Mike Frysinger
On Wednesday 07 December 2011 12:56:52 Rob Herring wrote: --- a/board/highbank/highbank.c +++ b/board/highbank/highbank.c +int board_eth_init(bd_t *bis) +{ + int rc = 0; + +#ifdef CONFIG_CALXEDA_XGMAC + rc = calxedaxgmac_initialize(0, 0xfff5); + rc |=

[U-Boot] [PATCH v2 2/2] ARM: highbank: enable networking and pxe

2011-12-07 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com This enables the XGMAC ethernet driver and networking related config options. Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Signed-off-by: Rob Herring rob.herr...@calxeda.com --- v2: -drop CONFIG_NET_MULTI -drop leftover 'verify' env setting