summaryrefslogtreecommitdiffstats
path: root/board/cobra5272
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/cobra5272
parent0c9d42e6b0b83d507335a291e3ea99240038f4b9 (diff)
downloadblackbird-obmc-uboot-1b769881750030f10743808b9d6013e11f559350.tar.gz
blackbird-obmc-uboot-1b769881750030f10743808b9d6013e11f559350.zip
Fix remaining CONFIG_COMMANDS
update comments Fix coding style Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/cobra5272')
-rw-r--r--board/cobra5272/mii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cobra5272/mii.c b/board/cobra5272/mii.c
index fadcbb3ef8..d0a4a39f99 100644
--- a/board/cobra5272/mii.c
+++ b/board/cobra5272/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)
OpenPOWER on IntegriCloud