aboutsummaryrefslogtreecommitdiff
path: root/board/idmr
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-01-25 07:54:47 +0100
committerWolfgang Denk <wd@denx.de>2008-02-14 01:11:00 +0100
commit1b769881750030f10743808b9d6013e11f559350 (patch)
treee0dd6eff6a904307be295c1c9f5a900fde589096 /board/idmr
parent0c9d42e6b0b83d507335a291e3ea99240038f4b9 (diff)
Fix remaining CONFIG_COMMANDS
update comments Fix coding style Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/idmr')
-rw-r--r--board/idmr/mii.c2
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)