]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - fs/fat/fat.c
* Patches by Sean Chang, 09 Aug 2004:
[people/ms/u-boot.git] / fs / fat / fat.c
index 6025ad5c30342c1256df6b08a0a4c6ed9802a474..9c13825dd3f792904e8dfe316ca9d26638829e6d 100644 (file)
@@ -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;