Re: [U-Boot] [PATCH 04/25] SPEAr: Configure network support for spear SoCs

2012-03-26 Thread Stefan Roese
Hi Amit, On Monday 26 March 2012 13:41:09 Amit Virdi wrote: > >> +int board_eth_init(bd_t *bis) > >> +{ > >> +#if defined(CONFIG_DESIGNWARE_ETH) > >> + return designware_initialize(0, CONFIG_SPEAR_ETHBASE, CONFIG_DW0_PHY); > >> +#else > >> + return -1; > >> +#endif > >> +} > > > > and again. >

Re: [U-Boot] [PATCH 04/25] SPEAr: Configure network support for spear SoCs

2012-03-26 Thread Amit Virdi
Hello Stefan, On 3/7/2012 6:59 PM, Stefan Roese wrote: On Wednesday 07 March 2012 13:03:53 Amit Virdi wrote: From: Vipin KUMAR Please find some comments below. Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi diff --git a/arch/arm/include/asm/arch-spear/hardware.h b/arch/arm/include/asm

Re: [U-Boot] [PATCH 04/25] SPEAr: Configure network support for spear SoCs

2012-03-07 Thread Stefan Roese
On Wednesday 07 March 2012 13:03:53 Amit Virdi wrote: > From: Vipin KUMAR Please find some comments below. > Signed-off-by: Vipin Kumar > Signed-off-by: Amit Virdi > --- > arch/arm/include/asm/arch-spear/hardware.h |1 + > board/spear/spear300/spear300.c| 10 ++ > bo

[U-Boot] [PATCH 04/25] SPEAr: Configure network support for spear SoCs

2012-03-07 Thread Amit Virdi
From: Vipin KUMAR Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- arch/arm/include/asm/arch-spear/hardware.h |1 + board/spear/spear300/spear300.c| 10 ++ board/spear/spear310/spear310.c| 10 ++ board/spear/spear320/spear320.c