public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] ppc4xx: net: [PATCH] Remove emac4xx_miiphy_initialize for ppc440x5
@ 2008-07-29 13:12 Ricardo Ribalda Delgado
  2008-07-30  9:20 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Ribalda Delgado @ 2008-07-29 13:12 UTC (permalink / raw)
  To: u-boot

PPC440x5 does not have an integrated Emac, it must be removed
from the net/eth.c file

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
---
 net/eth.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/net/eth.c b/net/eth.c
index 38979aa..bd3580c 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -621,7 +621,8 @@ int eth_initialize(bd_t *bis)
 	at91rm9200_miiphy_initialize(bis);
 #endif
 #if defined(CONFIG_4xx) && !defined(CONFIG_IOP480) \
-	&& !defined(CONFIG_AP1000) && !defined(CONFIG_405)
+	&& !defined(CONFIG_AP1000) && !defined(CONFIG_405) \
+	&& !defined(CONFIG_XILINX_440)
 	emac4xx_miiphy_initialize(bis);
 #endif
 #if defined(CONFIG_MCF52x2)
-- 
1.5.6.3

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

end of thread, other threads:[~2008-07-30  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-29 13:12 [U-Boot-Users] ppc4xx: net: [PATCH] Remove emac4xx_miiphy_initialize for ppc440x5 Ricardo Ribalda Delgado
2008-07-30  9:20 ` Stefan Roese

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