diff mbox

[U-Boot] imx: Remove unused Macro CONFIG_DISCOVER_PHY

Message ID 4FF32369.1080206@gmail.com
State Superseded
Headers show

Commit Message

Ashok July 3, 2012, 4:52 p.m. UTC
From 9da2bc23d24f9275390c193d62e2e95d3d7505ce Mon Sep 17 00:00:00 2001
From: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
Date: Tue, 3 Jul 2012 21:41:04 +0530
Subject: [PATCH] imx: Remove unused Macro CONFIG_DISCOVER_PHY

Remove the macro as this is not used anywhere

Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>
---
  include/configs/flea3.h     |    1 -
  include/configs/ima3-mx53.h |    1 -
  include/configs/m28evk.h    |    1 -
  include/configs/mx28evk.h   |    1 -
  include/configs/mx35pdk.h   |    1 -
  include/configs/mx51evk.h   |    1 -
  include/configs/mx53ard.h   |    1 -
  include/configs/mx53evk.h   |    1 -
  include/configs/mx53loco.h  |    1 -
  include/configs/mx53smd.h   |    1 -
  include/configs/vision2.h   |    1 -
  11 files changed, 11 deletions(-)

Comments

Fabio Estevam July 3, 2012, 4:55 p.m. UTC | #1
On Tue, Jul 3, 2012 at 1:52 PM, Ashok <ashokkourla2000@gmail.com> wrote:
> From 9da2bc23d24f9275390c193d62e2e95d3d7505ce Mon Sep 17 00:00:00 2001
> From: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
> Date: Tue, 3 Jul 2012 21:41:04 +0530
> Subject: [PATCH] imx: Remove unused Macro CONFIG_DISCOVER_PHY
>
> Remove the macro as this is not used anywhere
>
> Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>

I have already sent a patch for this:
http://patchwork.ozlabs.org/patch/152329/

Regards,

Fabio Estevam
diff mbox

Patch

diff --git a/include/configs/flea3.h b/include/configs/flea3.h
index 6c5fcac..ba5d44f 100644
--- a/include/configs/flea3.h
+++ b/include/configs/flea3.h
@@ -119,7 +119,6 @@ 
  #define CONFIG_FEC_MXC_PHYADDR	0x1

  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_ARP_TIMEOUT	200UL

diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h
index 17fa4a1..82a62ba 100644
--- a/include/configs/ima3-mx53.h
+++ b/include/configs/ima3-mx53.h
@@ -64,7 +64,6 @@ 
  /* Ethernet on FEC */
  #define CONFIG_NET_MULTI
  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_FEC_MXC
  #define IMX_FEC_BASE			FEC_BASE_ADDR
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 3abaadc..918b462 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -197,7 +197,6 @@ 
  #define	CONFIG_FEC_MXC
  #define	CONFIG_FEC_MXC_MULTI
  #define	CONFIG_MII
-#define	CONFIG_DISCOVER_PHY
  #define	CONFIG_FEC_XCV_TYPE		RMII
  #endif

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 51b172d..b36c123 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -166,7 +166,6 @@ 
  #define CONFIG_FEC_MXC
  #define CONFIG_FEC_MXC_MULTI
  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY
  #define CONFIG_FEC_XCV_TYPE	RMII
  #define CONFIG_MX28_FEC_MAC_IN_OCOTP
  #endif
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h
index 016864a..8324005 100644
--- a/include/configs/mx35pdk.h
+++ b/include/configs/mx35pdk.h
@@ -134,7 +134,6 @@ 
  #define CONFIG_FEC_MXC_PHYADDR	0x1F

  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_ARP_TIMEOUT	200UL

diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index bd04c02..ef06d78 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -99,7 +99,6 @@ 
   */
  #define CONFIG_HAS_ETH1
  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_FEC_MXC
  #define IMX_FEC_BASE	FEC_BASE_ADDR
diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h
index f4512ff..d11022c 100644
--- a/include/configs/mx53ard.h
+++ b/include/configs/mx53ard.h
@@ -69,7 +69,6 @@ 
  #define CONFIG_HAS_ETH1
  #define CONFIG_MII
  #define CONFIG_MII_GASKET
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_CMD_PING
  #define CONFIG_CMD_DHCP
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index a5f32e3..d13b2d7 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -78,7 +78,6 @@ 
  /* Eth Configs */
  #define CONFIG_HAS_ETH1
  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_FEC_MXC
  #define IMX_FEC_BASE	FEC_BASE_ADDR
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 8b4e008..726186e 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -63,7 +63,6 @@ 
  /* Eth Configs */
  #define CONFIG_HAS_ETH1
  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_FEC_MXC
  #define IMX_FEC_BASE	FEC_BASE_ADDR
diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h
index 0d7086d..dfa4301 100644
--- a/include/configs/mx53smd.h
+++ b/include/configs/mx53smd.h
@@ -68,7 +68,6 @@ 
  /* Eth Configs */
  #define CONFIG_HAS_ETH1
  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_FEC_MXC
  #define IMX_FEC_BASE	FEC_BASE_ADDR
diff --git a/include/configs/vision2.h b/include/configs/vision2.h
index 24905a0..50af323 100644
--- a/include/configs/vision2.h
+++ b/include/configs/vision2.h
@@ -122,7 +122,6 @@ 
   */
  #define CONFIG_HAS_ETH1
  #define CONFIG_MII
-#define CONFIG_DISCOVER_PHY

  #define CONFIG_FEC_MXC
  #define IMX_FEC_BASE				FEC_BASE_ADDR