X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fcmd_fat.c;h=9576cdf389df838323d32d3c005cc0fdb0d96e3f;hb=9caeaadf508cd0e11ac5dfc56ab0f72e3b89a105;hp=54f0f9f9cec7f82a938888679212b9134d0c892a;hpb=93f798346033a1f6d22090b47abad4be88243b04;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/cmd_fat.c b/common/cmd_fat.c index 54f0f9f..9576cdf 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