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 KUMARvipin.ku...@st.com Please find some comments below. Signed-off-by: Vipin Kumarvipin.ku...@st.com Signed-off-by: Amit Virdiamit.vi...@st.com diff --git

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. Yes Stefan, it is planned.

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

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

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 vipin.ku...@st.com Please find some comments below. Signed-off-by: Vipin Kumar vipin.ku...@st.com Signed-off-by: Amit Virdi amit.vi...@st.com --- arch/arm/include/asm/arch-spear/hardware.h |1 +