summaryrefslogtreecommitdiff
path: root/drivers/bcm570x.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:30:01 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:30:23 -0500
commit07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b (patch)
treee4535601a24564fe1ee0cd1b9ecd08f0b40ada11 /drivers/bcm570x.c
parentcde5c64d17cf4834aa7b5c373f288bc7dad27b29 (diff)
downloadu-boot-imx-07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b.zip
u-boot-imx-07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b.tar.gz
u-boot-imx-07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b.tar.bz2
drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/bcm570x.c')
-rw-r--r--drivers/bcm570x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcm570x.c b/drivers/bcm570x.c
index 5a3ec22..b00bcd7 100644
--- a/drivers/bcm570x.c
+++ b/drivers/bcm570x.c
@@ -6,7 +6,7 @@
#include <common.h>
-#if ((CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET)) \
+#if defined(CONFIG_CMD_NET) \
&& (!defined(CONFIG_NET_MULTI)) && defined(CONFIG_BCM570x)
#ifdef CONFIG_BMW