* [U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY
@ 2012-11-07 17:39 Ashok Kumar Reddy
2012-11-07 17:49 ` Stefano Babic
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ashok Kumar Reddy @ 2012-11-07 17:39 UTC (permalink / raw)
To: u-boot
Remove unused macro CONFIG_DISCOVER_PHY from configs.
Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
---
include/configs/apx4devkit.h | 1 -
include/configs/sc_sps_1.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h
index 6764b47..73c66af 100644
--- a/include/configs/apx4devkit.h
+++ b/include/configs/apx4devkit.h
@@ -175,7 +175,6 @@
#define CONFIG_FEC_MXC_PHYADDR 0
#define IMX_FEC_BASE MXS_ENET0_BASE
#define CONFIG_MII
-#define CONFIG_DISCOVER_PHY
#define CONFIG_FEC_XCV_TYPE RMII
#endif
diff --git a/include/configs/sc_sps_1.h b/include/configs/sc_sps_1.h
index f5dc393..6140d5b 100644
--- a/include/configs/sc_sps_1.h
+++ b/include/configs/sc_sps_1.h
@@ -160,7 +160,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_PHYLIB
#define CONFIG_PHY_SMSC
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY
2012-11-07 17:39 [U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY Ashok Kumar Reddy
@ 2012-11-07 17:49 ` Stefano Babic
2013-02-04 16:37 ` [U-Boot] " Tom Rini
2013-02-04 16:37 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2012-11-07 17:49 UTC (permalink / raw)
To: u-boot
On 07/11/2012 18:39, Ashok Kumar Reddy wrote:
> Remove unused macro CONFIG_DISCOVER_PHY from configs.
>
> Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
> ---
> include/configs/apx4devkit.h | 1 -
> include/configs/sc_sps_1.h | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h
> index 6764b47..73c66af 100644
> --- a/include/configs/apx4devkit.h
> +++ b/include/configs/apx4devkit.h
> @@ -175,7 +175,6 @@
> #define CONFIG_FEC_MXC_PHYADDR 0
> #define IMX_FEC_BASE MXS_ENET0_BASE
> #define CONFIG_MII
> -#define CONFIG_DISCOVER_PHY
> #define CONFIG_FEC_XCV_TYPE RMII
> #endif
>
> diff --git a/include/configs/sc_sps_1.h b/include/configs/sc_sps_1.h
> index f5dc393..6140d5b 100644
> --- a/include/configs/sc_sps_1.h
> +++ b/include/configs/sc_sps_1.h
> @@ -160,7 +160,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_PHYLIB
> #define CONFIG_PHY_SMSC
>
Acked-by: Stefano Babic <sbabic@denx.de>
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] configs:Remove unused macro CONFIG_DISCOVER_PHY
2012-11-07 17:39 [U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY Ashok Kumar Reddy
2012-11-07 17:49 ` Stefano Babic
@ 2013-02-04 16:37 ` Tom Rini
2013-02-04 16:37 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2013-02-04 16:37 UTC (permalink / raw)
To: u-boot
On Wed, Nov 07, 2012 at 07:39:29AM -0000, Ashok wrote:
> Remove unused macro CONFIG_DISCOVER_PHY from configs.
>
> Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
> Acked-by: Stefano Babic <sbabic@denx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130204/6e6bec5c/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] configs:Remove unused macro CONFIG_DISCOVER_PHY
2012-11-07 17:39 [U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY Ashok Kumar Reddy
2012-11-07 17:49 ` Stefano Babic
2013-02-04 16:37 ` [U-Boot] " Tom Rini
@ 2013-02-04 16:37 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2013-02-04 16:37 UTC (permalink / raw)
To: u-boot
On Wed, Nov 07, 2012 at 07:39:29AM -0000, Ashok wrote:
> Remove unused macro CONFIG_DISCOVER_PHY from configs.
>
> Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
> Acked-by: Stefano Babic <sbabic@denx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130204/92a7f5f0/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-04 16:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07 17:39 [U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY Ashok Kumar Reddy
2012-11-07 17:49 ` Stefano Babic
2013-02-04 16:37 ` [U-Boot] " Tom Rini
2013-02-04 16:37 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox