diff options
Diffstat (limited to 'drivers/bcm570x.c')
| -rw-r--r-- | drivers/bcm570x.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/bcm570x.c b/drivers/bcm570x.c index 5a3ec22df..b00bcd772 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 |