X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=cpu%2Fppc4xx%2Fmiiphy.c;h=5ca66815c5e0f4c1cc92e7b4512d80a5eabc8bcf;hp=fce5f4b648aa21d5b53d6620033d5c3381cf1092;hb=ba56f625767d058b0e05a22729de13be5e0f6334;hpb=a6cccaea5a4743f4e4fb93a3ae9537e7357c783b diff --git a/cpu/ppc4xx/miiphy.c b/cpu/ppc4xx/miiphy.c index fce5f4b648..5ca66815c5 100644 --- a/cpu/ppc4xx/miiphy.c +++ b/cpu/ppc4xx/miiphy.c @@ -48,8 +48,8 @@ #include <405_mal.h> #include -#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 */