summaryrefslogtreecommitdiffstats
path: root/include/fat.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-15 23:14:49 +0000
committerwdenk <wdenk>2004-04-15 23:14:49 +0000
commitdb01a2ea991b539ffbd36ab952fcf2e754789a83 (patch)
tree8514a5df0b86fe3315a29fd9068093da43f3b3ca /include/fat.h
parentbda6c8aece36f4f21cb041f518d09c26e4fb47eb (diff)
downloadblackbird-obmc-uboot-db01a2ea991b539ffbd36ab952fcf2e754789a83.tar.gz
blackbird-obmc-uboot-db01a2ea991b539ffbd36ab952fcf2e754789a83.zip
* Patch by Stephen Williams, 01 Apr 2004:
Add support for Picture Elements JSE board * Patch by Christian Pell, 01 Apr 2004: Add CompactFlash support for PXA systems.
Diffstat (limited to 'include/fat.h')
-rw-r--r--include/fat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fat.h b/include/fat.h
index 13910f984a..3e7c91c9b6 100644
--- a/include/fat.h
+++ b/include/fat.h
@@ -210,4 +210,11 @@ long file_fat_read(const char *filename, void *buffer, unsigned long maxsize);
const char *file_getfsname(int idx);
int fat_register_device(block_dev_desc_t *dev_desc, int part_no);
+#ifdef CONFIG_PXA250
+#undef FAT2CPU16
+#define FAT2CPU16(x) x
+#undef FAT2CPU32
+#define FAT2CPU32(x) x
+#endif
+
#endif /* _FAT_H_ */
OpenPOWER on IntegriCloud