]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/at91-common/spl.c
Rename some defines containing FAT in their name to be filesystem generic
[karo-tx-uboot.git] / arch / arm / cpu / at91-common / spl.c
index cbb5a529da2b520fb841e8cc77f2357606abeb3b..674a47061e73f235ff488eb3ef67f2624bc5df9b 100644 (file)
@@ -102,7 +102,7 @@ u32 spl_boot_mode(void)
        switch (spl_boot_device()) {
 #ifdef CONFIG_SYS_USE_MMC
        case BOOT_DEVICE_MMC1:
-               return MMCSD_MODE_FAT;
+               return MMCSD_MODE_FS;
                break;
 #endif
        case BOOT_DEVICE_NONE: