AM625: SPL: U-boot: ext4 file system support?

Part Number: AM625

Tool/software:

Hi,

I am trying to access the splash screen image file from the rootfs (ext4 ) in the u-boot SPL stage and getting below error

Unrecognized filesystem type
Error: could not access mmc storage.
Error: could not access storage splash_select_fs_dev

and  enabled CONFIG_SPL_FS_EXT4=y in defconfig

added below one in struct splash_location default_splash_locations[] of  board file

        {
                .name           = "mmc",
                .storage        = SPLASH_STORAGE_MMC,
                .flags          = SPLASH_STORAGE_FS,
                .devpart        = "0:1",
        },

is ext4 file system supported in spl stage?

Regards,

Gireesh Hiremath