[U-Boot-Users] [PATCH 1/4] Fix #if typo in CONFIG_CMD_* changes.

13 Jun
2007
13 Jun
'07
8:21 p.m.
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
6539
Age (days ago)
6539
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jon Loeliger