[U-Boot] [PATCH V3 5/5] edminiv2: add ethernet support

2010-07-11 Thread Albert Aribaud
Add edminiv2 board support for mv_egiga. Add edminiv2 config to enable mv_egiga. Signed-off-by: Albert Aribaud --- board/LaCie/edminiv2/edminiv2.c | 36 ++ board/LaCie/edminiv2/edminiv2.h | 41 +++ include/configs/edminiv2.h

Re: [U-Boot] [PATCH V3 5/5] edminiv2: add ethernet support

2010-07-11 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud > Sent: Sunday, July 11, 2010 1:32 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH V3 5/5] edminiv2: add ethernet support >

Re: [U-Boot] [PATCH V3 5/5] edminiv2: add ethernet support

2010-07-11 Thread Albert ARIBAUD
Hi Prafulla, Le 12/07/2010 08:00, Prafulla Wadaskar a écrit : >> +/* >> + * Ethernet >> + */ > > Pls remove additional space char here Done. >> +#define CONFIG_MV_EGIGA /* Enable Marvell egiga >> [...] >> +#define CONFIG_RESET_PHY_R /* use reset_phy() to init >> mv8831116 PHY */ >

Re: [U-Boot] [PATCH V3 5/5] edminiv2: add ethernet support

2010-07-11 Thread Ben Warren
Hi Albert, On 7/11/2010 11:14 PM, Albert ARIBAUD wrote: > Hi Prafulla, > > Le 12/07/2010 08:00, Prafulla Wadaskar a écrit : > >>> +/* >>> + * Ethernet >>> + */ >> Pls remove additional space char here > Done. > >>> +#define CONFIG_MV_EGIGA/* Enable Marvell egiga >>> [...] >>> +#defi