summaryrefslogtreecommitdiffstats
path: root/drivers/sym53c8xx.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/sym53c8xx.c
parent07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b (diff)
downloadblackbird-obmc-uboot-cb51c0bf88f95a1bca68324b0126f8eed8b43273.tar.gz
blackbird-obmc-uboot-cb51c0bf88f95a1bca68324b0126f8eed8b43273.zip
drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/sym53c8xx.c')
-rw-r--r--drivers/sym53c8xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sym53c8xx.c b/drivers/sym53c8xx.c
index f2c94ddaa5..29eeccd9a8 100644
--- a/drivers/sym53c8xx.c
+++ b/drivers/sym53c8xx.c
@@ -51,7 +51,7 @@
#define PRINTF(fmt,args...)
#endif
-#if ((CONFIG_COMMANDS & CFG_CMD_SCSI) || defined(CONFIG_CMD_SCSI)) && defined(CONFIG_SCSI_SYM53C8XX)
+#if defined(CONFIG_CMD_SCSI) && defined(CONFIG_SCSI_SYM53C8XX)
#undef SCSI_SINGLE_STEP
/*
@@ -787,7 +787,7 @@ void scsi_chip_init(void)
scsi_write_byte(DMODE,0x00);
#endif
}
-#endif /* (CONFIG_COMMANDS & CFG_CMD_SCSI) */
+#endif
#endif /* CONFIG_SCSI_SYM53C8XX */
OpenPOWER on IntegriCloud