Due to the logic in spl_mmc_boot_mode() for am62p device. Support for eMMC boot depends on this config option, so enable the config for now at r5 stage.
Signed-off-by: Judith Mendez <[email protected]> --- configs/am62px_evm_r5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am62px_evm_r5_defconfig b/configs/am62px_evm_r5_defconfig index c9592d7b6c4..cf4282eac02 100644 --- a/configs/am62px_evm_r5_defconfig +++ b/configs/am62px_evm_r5_defconfig @@ -87,6 +87,7 @@ CONFIG_SYS_I2C_OMAP24XX=y CONFIG_DM_MAILBOX=y CONFIG_K3_SEC_PROXY=y CONFIG_ESM_K3=y +CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_HS400_SUPPORT=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ADMA=y -- 2.51.0

