X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fm5271evb%2Fmii.c;h=78a7028bcfae36cff2240b198d0312d698e8d3d8;hb=9973e3c614721bbf169882ffc3be266a6611cd60;hp=3830ce7f2854594c93db8d25e14954d2e5f2a993;hpb=6091534b8c50ef0c5e357244853cda895a86aaef;p=u-boot diff --git a/board/m5271evb/mii.c b/board/m5271evb/mii.c index 3830ce7f28..78a7028bcf 100644 --- a/board/m5271evb/mii.c +++ b/board/m5271evb/mii.c @@ -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)