* [U-Boot-Users] [PATCH 1/4] Fix #if typo in CONFIG_CMD_* changes.
@ 2007-06-13 18:21 Jon Loeliger
0 siblings, 0 replies; only message in thread
From: Jon Loeliger @ 2007-06-13 18:21 UTC (permalink / raw)
To: u-boot
Signed-off-by: Jon Loeliger <jdl@freescale.com>
---
cpu/mpc85xx/ether_fcc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpu/mpc85xx/ether_fcc.c b/cpu/mpc85xx/ether_fcc.c
index a6b2ae3..ec3990c 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);
--
1.5.2.1.239.g75d8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-13 18:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-13 18:21 [U-Boot-Users] [PATCH 1/4] Fix #if typo in CONFIG_CMD_* changes Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox