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