]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/ppc4xx/miiphy.c
Patch by Travis Sawyer, 30 Dec 2003:
[people/ms/u-boot.git] / cpu / ppc4xx / miiphy.c
index fce5f4b648aa21d5b53d6620033d5c3381cf1092..5ca66815c5e0f4c1cc92e7b4512d80a5eabc8bcf 100644 (file)
@@ -48,8 +48,8 @@
 #include <405_mal.h>
 #include <miiphy.h>
 
-#if defined(CONFIG_405GP) || defined(CONFIG_440) || defined(CONFIG_405EP)
-
+#if (defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined(CONFIG_440)) \
+   && !defined (CONFIG_NET_MULTI)
 
 /***********************************************************/
 /* Dump out to the screen PHY regs                         */