]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_fat.c
cfi_flash: Support buffered writes on non-standard Spansion NOR flash
[u-boot] / common / cmd_fat.c
index 54f0f9f9cec7f82a938888679212b9134d0c892a..9576cdf389df838323d32d3c005cc0fdb0d96e3f 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