Rename some defines containing FAT in their name to be filesystem generic
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / zynq / spl.c
index 9ff2ef2..31627f9 100644 (file)
@@ -63,7 +63,7 @@ u32 spl_boot_device(void)
 #ifdef CONFIG_SPL_MMC_SUPPORT
 u32 spl_boot_mode(void)
 {
-       return MMCSD_MODE_FAT;
+       return MMCSD_MODE_FS;
 }
 #endif