]> git.sur5r.net Git - u-boot/blobdiff - board/idmr/mii.c
AT91SAM9RLEK support
[u-boot] / board / idmr / mii.c
index f6c63c302bc0fa02aa721c57d2f7e995a7ebb2d8..f130e6e5368c09697235041bea2052fa92d372f2 100644 (file)
@@ -131,7 +131,7 @@ uint mii_send(uint mii_cmd)
 
        return (mii_reply & 0xffff);    /* data read from phy */
 }
-#endif                         /* CFG_DISCOVER_PHY || (CONFIG_COMMANDS & CONFIG_CMD_MII) */
+#endif                         /* CFG_DISCOVER_PHY || CONFIG_CMD_MII */
 
 #if defined(CFG_DISCOVER_PHY)
 int mii_discover_phy(struct eth_device *dev)