summaryrefslogtreecommitdiffstats
path: root/drivers/inca-ip_sw.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/inca-ip_sw.c
parentcde5c64d17cf4834aa7b5c373f288bc7dad27b29 (diff)
downloadblackbird-obmc-uboot-07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b.tar.gz
blackbird-obmc-uboot-07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b.zip
drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/inca-ip_sw.c')
-rw-r--r--drivers/inca-ip_sw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/inca-ip_sw.c b/drivers/inca-ip_sw.c
index 0dff3a9ef0..e4aaed6afb 100644
--- a/drivers/inca-ip_sw.c
+++ b/drivers/inca-ip_sw.c
@@ -26,7 +26,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_INCA_IP_SWITCH)
#include <malloc.h>
OpenPOWER on IntegriCloud