summaryrefslogtreecommitdiffstats
path: root/fs/fat
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-09-29 22:55:14 +0000
committerwdenk <wdenk>2004-09-29 22:55:14 +0000
commita5bbcc3c53a7fb541f812d25d576c35f097438ba (patch)
tree06cdb5c11feae54441145636b804a60d9e3dd34b /fs/fat
parenta06752e36be7fc74b4a928026b63b1bf1764497e (diff)
downloadtalos-obmc-uboot-a5bbcc3c53a7fb541f812d25d576c35f097438ba.tar.gz
talos-obmc-uboot-a5bbcc3c53a7fb541f812d25d576c35f097438ba.zip
* Patches by Sean Chang, 09 Aug 2004:
- Added support for both 8 and 16 bit mode access to System ACE CF through MPU. - Fixed missing System ACE CF device during get FAT partition info in fat_register_device function. - Enabled System ACE CF support on ML300. * Patch by Sean Chang, 09 Aug 2004: Synch defines for saveenv and do_saveenv functions so they get compiled under the same statement.
Diffstat (limited to 'fs/fat')
-rw-r--r--fs/fat/fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index 6025ad5c30..9c13825dd3 100644
--- a/fs/fat/fat.c
+++ b/fs/fat/fat.c
@@ -90,7 +90,7 @@ fat_register_device(block_dev_desc_t *dev_desc, int part_no)
}
else {
#if (CONFIG_COMMANDS & CFG_CMD_IDE) || (CONFIG_COMMANDS & CFG_CMD_SCSI) || \
- (CONFIG_COMMANDS & CFG_CMD_USB)
+ (CONFIG_COMMANDS & CFG_CMD_USB) || defined(CONFIG_SYSTEMACE)
disk_partition_t info;
if(!get_partition_info(dev_desc, part_no, &info)) {
part_offset = info.start;
OpenPOWER on IntegriCloud