summaryrefslogtreecommitdiff
path: root/drivers/sk98lin
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/sk98lin
parent07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b (diff)
drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/sk98lin')
-rw-r--r--drivers/sk98lin/uboot_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sk98lin/uboot_drv.c b/drivers/sk98lin/uboot_drv.c
index ff06ab38f9..d02cd1be24 100644
--- a/drivers/sk98lin/uboot_drv.c
+++ b/drivers/sk98lin/uboot_drv.c
@@ -25,7 +25,7 @@
#include <common.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_SK98)
#include "h/skdrv1st.h"