]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/arm/mach-k3/am6_init.c
spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4
[thirdparty/u-boot.git] / arch / arm / mach-k3 / am6_init.c
index 4aef3cd271dbde579be453bc5e06f249d2f9c22e..a5553190b431e7292452aeed154cc4540e3e2f80 100644 (file)
@@ -106,7 +106,7 @@ u32 spl_boot_mode(const u32 boot_device)
 #endif
 
        /* Everything else use filesystem if available */
-#if defined(CONFIG_SPL_FS_FAT) || defined(CONFIG_SPL_EXT_SUPPORT)
+#if defined(CONFIG_SPL_FS_FAT) || defined(CONFIG_SPL_FS_EXT4)
        return MMCSD_MODE_FS;
 #else
        return MMCSD_MODE_RAW;