summaryrefslogtreecommitdiff
path: root/drivers/tigon3.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:39:42 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:39:42 -0500
commitcb51c0bf88f95a1bca68324b0126f8eed8b43273 (patch)
tree880cc2d5f81365ffa61713de4164cf2e0116377e /drivers/tigon3.c
parent07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b (diff)
downloadu-boot-imx-cb51c0bf88f95a1bca68324b0126f8eed8b43273.zip
u-boot-imx-cb51c0bf88f95a1bca68324b0126f8eed8b43273.tar.gz
u-boot-imx-cb51c0bf88f95a1bca68324b0126f8eed8b43273.tar.bz2
drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/tigon3.c')
-rw-r--r--drivers/tigon3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tigon3.c b/drivers/tigon3.c
index a6a4989..7506a67 100644
--- a/drivers/tigon3.c
+++ b/drivers/tigon3.c
@@ -12,7 +12,7 @@
/******************************************************************************/
#include <common.h>
#include <asm/types.h>
-#if ((CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET)) && !defined(CONFIG_NET_MULTI) && \
+#if defined(CONFIG_CMD_NET) && !defined(CONFIG_NET_MULTI) && \
defined(CONFIG_TIGON3)
#ifdef CONFIG_BMW
#include <mpc824x.h>