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