summaryrefslogtreecommitdiff
path: root/board/m5271evb/mii.c
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2008-02-14 10:11:14 -0600
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-02-14 10:11:14 -0600
commit3f2175fa840925e2028c5d482e4cefa787cc8703 (patch)
tree37dab4aa866865e647beda2993e710b4f246fb8f /board/m5271evb/mii.c
parentd1bcf9e53b41dfa4be6943b739ee82627a0a6d31 (diff)
parentfe891ecf4d187e9d11dde869ed4623af52b54451 (diff)
downloadu-boot-imx-3f2175fa840925e2028c5d482e4cefa787cc8703.zip
u-boot-imx-3f2175fa840925e2028c5d482e4cefa787cc8703.tar.gz
u-boot-imx-3f2175fa840925e2028c5d482e4cefa787cc8703.tar.bz2
Merge branch 'denx'
Diffstat (limited to 'board/m5271evb/mii.c')
-rw-r--r--board/m5271evb/mii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/m5271evb/mii.c b/board/m5271evb/mii.c
index 3830ce7..78a7028 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)