]> git.sur5r.net Git - u-boot/blobdiff - drivers/sym53c8xx.c
POST: limit memory test area to not touch global data anymore
[u-boot] / drivers / sym53c8xx.c
index ae10f80ecfb11720140a5124c30bdb6741ef70f8..29eeccd9a8f79c6934fb94aadc627d1c38debeb2 100644 (file)
@@ -51,7 +51,7 @@
 #define PRINTF(fmt,args...)
 #endif
 
-#if (CONFIG_COMMANDS & CFG_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 */