Merge commit 'u-boot/master' into for-1.3.1
[platform/kernel/u-boot.git] / common / cmd_fat.c
index afaf299..9576cdf 100644 (file)
 #include <net.h>
 #include <ata.h>
 #include <part.h>
-
-#if (CONFIG_COMMANDS & CFG_CMD_FAT)
-
-#undef DEBUG
-
 #include <fat.h>
 
 
@@ -323,5 +318,3 @@ void hexdump (int cnt, unsigned char *data)
        }
 }
 #endif /* NOT_IMPLEMENTED_YET */
-
-#endif /* CFG_CMD_FAT */