summaryrefslogtreecommitdiff
path: root/include/fat.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2013-02-04 11:16:26 -0600
committerKim Phillips <kim.phillips@freescale.com>2013-02-04 11:16:26 -0600
commit9a32084ea0cf55d22384f083002ee9932e074f31 (patch)
tree726a2ee288654832876f3e81ff5f1d356e784e13 /include/fat.h
parent8f171a56b58e2e89d0e5e995f074f774c2d64bc3 (diff)
parent2d795c9621de274cb0cb8cf4af5941293f89c3be (diff)
downloadu-boot-imx-9a32084ea0cf55d22384f083002ee9932e074f31.zip
u-boot-imx-9a32084ea0cf55d22384f083002ee9932e074f31.tar.gz
u-boot-imx-9a32084ea0cf55d22384f083002ee9932e074f31.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot
Diffstat (limited to 'include/fat.h')
-rw-r--r--include/fat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fat.h b/include/fat.h
index 706cd7a..b28c3fd 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)))