Rename some defines containing FAT in their name to be filesystem generic
[platform/kernel/u-boot.git] / arch / arm / imx-common / spl.c
index 9a02a64..9d3c31a 100644 (file)
@@ -68,7 +68,7 @@ u32 spl_boot_mode(void)
        case BOOT_DEVICE_MMC1:
        case BOOT_DEVICE_MMC2:
 #ifdef CONFIG_SPL_FAT_SUPPORT
-               return MMCSD_MODE_FAT;
+               return MMCSD_MODE_FS;
 #else
                return MMCSD_MODE_RAW;
 #endif