]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/arm1136/mx35/generic.c
Rename some defines containing FAT in their name to be filesystem generic
[people/ms/u-boot.git] / arch / arm / cpu / arm1136 / mx35 / generic.c
index 8d3f92cae9d41987cb38b01b6f488bec609832d1..bc98edda7a2f49f13bd3a3fa9059bf267e7aceb9 100644 (file)
@@ -531,7 +531,7 @@ u32 spl_boot_mode(void)
        switch (spl_boot_device()) {
        case BOOT_DEVICE_MMC1:
 #ifdef CONFIG_SPL_FAT_SUPPORT
-               return MMCSD_MODE_FAT;
+               return MMCSD_MODE_FS;
 #else
                return MMCSD_MODE_RAW;
 #endif