X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffat.h;h=b28c3fd66855e6d559cdea308c481d3995dea8d0;hb=4a207e8b9a1ecc3e87d5a63bb5442dbcd50bd4b6;hp=706cd7a4bd3467444d3b870bad8ac23743a5ad3a;hpb=6acc7c3cbc05873d62118640cf964e9c9665804c;p=u-boot diff --git a/include/fat.h b/include/fat.h index 706cd7a4bd..b28c3fd668 100644 --- a/include/fat.h +++ b/include/fat.h @@ -98,9 +98,6 @@ #endif #endif -#define TOLOWER(c) if((c) >= 'A' && (c) <= 'Z'){(c)+=('a' - 'A');} -#define TOUPPER(c) if ((c) >= 'a' && (c) <= 'z') \ - (c) -= ('a' - 'A'); #define START(dent) (FAT2CPU16((dent)->start) \ + (mydata->fatsize != 32 ? 0 : \ (FAT2CPU16((dent)->starthi) << 16)))