All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] ima3-mx53:Rename CONFIG_PRIME => CONFIG_ETHPRME, remove  unused macro CONFIG_DISCOVER_PHY
@ 2012-09-05 16:50 Ashok
  2012-09-06  9:13 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Ashok @ 2012-09-05 16:50 UTC (permalink / raw)
  To: u-boot

 From 2d37e7db8adc529ce00e09158710292c3beffe94 Mon Sep 17 00:00:00 2001
From: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
Date: Wed, 5 Sep 2012 22:09:37 +0530
Subject: [PATCH] ima3-mx53:Rename CONFIG_PRIME => CONFIG_ETHPRME, remove
  unused macro CONFIG_DISCOVER_PHY

Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com>
---
  include/configs/ima3-mx53.h |    3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h
index 567061a..dbc59b9 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
@@ -72,7 +71,7 @@
  #define CONFIG_PHY_ADDR			CONFIG_FEC_MXC_PHYADDR
  #define CONFIG_RESET_PHY_R
  #define CONFIG_FEC_MXC_NO_ANEG
-#define CONFIG_PRIME	"FEC0"
+#define CONFIG_ETHPRIME			"FEC0"

  /* SPI */
  #define CONFIG_HARD_SPI
-- 
1.7.9.5

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

end of thread, other threads:[~2012-09-06  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 16:50 [U-Boot] ima3-mx53:Rename CONFIG_PRIME => CONFIG_ETHPRME, remove unused macro CONFIG_DISCOVER_PHY Ashok
2012-09-06  9:13 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.