]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mips/au1x00_eth.c
[MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
[karo-tx-uboot.git] / cpu / mips / au1x00_eth.c
index aeb96622812944072bd7c9da7234041cc30455b8..d0cf8e0c1bdfa68e31245580a11362293dc7fedf 100644 (file)
@@ -23,8 +23,6 @@
  */
 #include <config.h>
 
-#ifdef CONFIG_SOC_AU1X00
-
 #if defined(CFG_DISCOVER_PHY)
 #error "PHY not supported yet"
 /* We just assume that we are running 100FD for now */
@@ -307,5 +305,3 @@ int au1x00_enet_initialize(bd_t *bis){
 
        return 1;
 }
-
-#endif /* CONFIG_SOC_AU1X00 */