X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcmd_fat.c;h=9576cdf389df838323d32d3c005cc0fdb0d96e3f;hb=5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04;hp=afaf299569bf612b891ae04917585d28d7a2c3f3;hpb=dd0321f5f8d284782abee6e96c6da7548e88839f;p=oweals%2Fu-boot.git diff --git a/common/cmd_fat.c b/common/cmd_fat.c index afaf299569..9576cdf389 100644 --- a/common/cmd_fat.c +++ b/common/cmd_fat.c @@ -30,11 +30,6 @@ #include #include #include - -#if (CONFIG_COMMANDS & CFG_CMD_FAT) - -#undef DEBUG - #include @@ -323,5 +318,3 @@ void hexdump (int cnt, unsigned char *data) } } #endif /* NOT_IMPLEMENTED_YET */ - -#endif /* CFG_CMD_FAT */