summaryrefslogtreecommitdiff
path: root/disk/part_iso.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-02-24 23:23:29 +0000
committerwdenk <wdenk>2005-02-24 23:23:29 +0000
commit1968e615d4092f728f4732a0b148ded6d1caa731 (patch)
tree66de94197932c86badc51db7f7ba9b17a8640e1a /disk/part_iso.c
parent151ab83a936e66cf56971a0e0340609528474734 (diff)
Cleanup USB and partition defines
Diffstat (limited to 'disk/part_iso.c')
-rw-r--r--disk/part_iso.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/disk/part_iso.c b/disk/part_iso.c
index ff3e4d9670..ee8c7c6f29 100644
--- a/disk/part_iso.c
+++ b/disk/part_iso.c
@@ -25,9 +25,13 @@
#include <command.h>
#include "part_iso.h"
-#if ((CONFIG_COMMANDS & CFG_CMD_IDE) || (CONFIG_COMMANDS & CFG_CMD_SCSI)) && defined(CONFIG_ISO_PARTITION)
+#if ((CONFIG_COMMANDS & CFG_CMD_IDE) || \
+ (CONFIG_COMMANDS & CFG_CMD_SCSI) || \
+ (CONFIG_COMMANDS & CFG_CMD_USB) || \
+ defined(CONFIG_MMC) || \
+ defined(CONFIG_SYSTEMACE) ) && defined(CONFIG_ISO_PARTITION)
-#undef ISO_PART_DEBUG
+/* #define ISO_PART_DEBUG */
#ifdef ISO_PART_DEBUG
#define PRINTF(fmt,args...) printf (fmt ,##args)