public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro
@ 2014-10-22 18:18 Marek Vasut
  2014-10-22 19:24 ` Dinh Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2014-10-22 18:18 UTC (permalink / raw)
  To: u-boot

This is not used anywhere, remove it.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Vince Bridgers <vbridger@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Pavel Machek <pavel@denx.de>
---
 include/configs/socfpga_cyclone5.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h
index 60d7e20..942738c 100644
--- a/include/configs/socfpga_cyclone5.h
+++ b/include/configs/socfpga_cyclone5.h
@@ -55,10 +55,8 @@
 #if defined(CONFIG_CMD_NET)
 #define CONFIG_EMAC_BASE		SOCFPGA_EMAC1_ADDRESS
 #define CONFIG_PHY_INTERFACE_MODE	PHY_INTERFACE_MODE_RGMII
-#define CONFIG_EPHY0_PHY_ADDR		0
 
 /* PHY */
-#define CONFIG_EPHY1_PHY_ADDR		4
 #define CONFIG_PHY_MICREL
 #define CONFIG_PHY_MICREL_KSZ9021
 #define CONFIG_KSZ9021_CLK_SKEW_ENV	"micrel-ksz9021-clk-skew"
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro
  2014-10-22 18:18 [U-Boot] [PATCH] arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro Marek Vasut
@ 2014-10-22 19:24 ` Dinh Nguyen
  2014-10-22 19:27   ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Dinh Nguyen @ 2014-10-22 19:24 UTC (permalink / raw)
  To: u-boot

Hi Marek,

On 10/22/14, 1:18 PM, Marek Vasut wrote:
> This is not used anywhere, remove it.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Chin Liang See <clsee@altera.com>
> Cc: Dinh Nguyen <dinguyen@altera.com>
> Cc: Vince Bridgers <vbridger@altera.com>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Pavel Machek <pavel@denx.de>
> ---
>  include/configs/socfpga_cyclone5.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h
> index 60d7e20..942738c 100644
> --- a/include/configs/socfpga_cyclone5.h
> +++ b/include/configs/socfpga_cyclone5.h
> @@ -55,10 +55,8 @@
>  #if defined(CONFIG_CMD_NET)
>  #define CONFIG_EMAC_BASE		SOCFPGA_EMAC1_ADDRESS
>  #define CONFIG_PHY_INTERFACE_MODE	PHY_INTERFACE_MODE_RGMII
> -#define CONFIG_EPHY0_PHY_ADDR		0
>  
>  /* PHY */
> -#define CONFIG_EPHY1_PHY_ADDR		4
>  #define CONFIG_PHY_MICREL
>  #define CONFIG_PHY_MICREL_KSZ9021
>  #define CONFIG_KSZ9021_CLK_SKEW_ENV	"micrel-ksz9021-clk-skew"
> 

Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>

BTW. As you may have noticed, our Altera email address has changed just
a bit to opensource.altera.com.

Can you please use this email from now on?

Thanks,
Dinh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro
  2014-10-22 19:24 ` Dinh Nguyen
@ 2014-10-22 19:27   ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2014-10-22 19:27 UTC (permalink / raw)
  To: u-boot

On Wednesday, October 22, 2014 at 09:24:56 PM, Dinh Nguyen wrote:
> Hi Marek,
> 
> On 10/22/14, 1:18 PM, Marek Vasut wrote:
> > This is not used anywhere, remove it.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Chin Liang See <clsee@altera.com>
> > Cc: Dinh Nguyen <dinguyen@altera.com>
> > Cc: Vince Bridgers <vbridger@altera.com>
> > Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> > Cc: Pavel Machek <pavel@denx.de>
> > ---
> > 
> >  include/configs/socfpga_cyclone5.h | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/include/configs/socfpga_cyclone5.h
> > b/include/configs/socfpga_cyclone5.h index 60d7e20..942738c 100644
> > --- a/include/configs/socfpga_cyclone5.h
> > +++ b/include/configs/socfpga_cyclone5.h
> > @@ -55,10 +55,8 @@
> > 
> >  #if defined(CONFIG_CMD_NET)
> >  #define CONFIG_EMAC_BASE		SOCFPGA_EMAC1_ADDRESS
> >  #define CONFIG_PHY_INTERFACE_MODE	PHY_INTERFACE_MODE_RGMII
> > 
> > -#define CONFIG_EPHY0_PHY_ADDR		0
> > 
> >  /* PHY */
> > 
> > -#define CONFIG_EPHY1_PHY_ADDR		4
> > 
> >  #define CONFIG_PHY_MICREL
> >  #define CONFIG_PHY_MICREL_KSZ9021
> >  #define CONFIG_KSZ9021_CLK_SKEW_ENV	"micrel-ksz9021-clk-skew"
> 
> Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> BTW. As you may have noticed, our Altera email address has changed just
> a bit to opensource.altera.com.
> 
> Can you please use this email from now on?

Roger, thanks!

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-22 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22 18:18 [U-Boot] [PATCH] arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro Marek Vasut
2014-10-22 19:24 ` Dinh Nguyen
2014-10-22 19:27   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox