]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_fat.c
Fix OneNAND build break
[karo-tx-uboot.git] / common / cmd_fat.c
index afaf299569bf612b891ae04917585d28d7a2c3f3..9576cdf389df838323d32d3c005cc0fdb0d96e3f 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 */