summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2007-06-13 13:21:37 -0500
committerWolfgang Denk <wd@denx.de>2007-07-05 03:41:23 +0200
commit56b304ac2091689506088a9ae67f63fd6300cf16 (patch)
tree0cad6f5a9f01278c871d4b5781961a368fd3c268 /cpu
parent549e3eb5193db03665058d557ab50b6487b59b03 (diff)
downloadblackbird-obmc-uboot-56b304ac2091689506088a9ae67f63fd6300cf16.tar.gz
blackbird-obmc-uboot-56b304ac2091689506088a9ae67f63fd6300cf16.zip
Fix #if typo in CONFIG_CMD_* changes.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc85xx/ether_fcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/ether_fcc.c b/cpu/mpc85xx/ether_fcc.c
index a6b2ae3fbe..ec3990cb8d 100644
--- a/cpu/mpc85xx/ether_fcc.c
+++ b/cpu/mpc85xx/ether_fcc.c
@@ -458,7 +458,7 @@ int fec_initialize(bd_t *bis)
eth_register(dev);
-#if (defined(CONFIG_MII) || (CONFIG_COMMANDS & CFG_CMD_MII) || defined(CONFIG_CMD_MII)) || \
+#if (defined(CONFIG_MII) || (CONFIG_COMMANDS & CFG_CMD_MII) || defined(CONFIG_CMD_MII)) \
&& defined(CONFIG_BITBANGMII)
miiphy_register(dev->name,
bb_miiphy_read, bb_miiphy_write);
OpenPOWER on IntegriCloud