diff options
Diffstat (limited to 'board/idmr/mii.c')
| -rw-r--r-- | board/idmr/mii.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/idmr/mii.c b/board/idmr/mii.c index f6c63c302..f130e6e53 100644 --- a/board/idmr/mii.c +++ b/board/idmr/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) |