From: Judith Mendez Date: Tue, 16 Apr 2024 16:21:15 +0000 (-0500) Subject: configs: am62px_evm_a53_defconfig: Enable MMC UHS config option X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=b8c58ab84e72d3f2891441d17cfb921931fc3d29;p=u-boot.git configs: am62px_evm_a53_defconfig: Enable MMC UHS config option Enable MMC UHS support for to allow to enter the UHS modes for MMC1. Signed-off-by: Judith Mendez Acked-by: Bryan Brattlof --- diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig index 638d2e90a6..9f40c9a0b3 100644 --- a/configs/am62px_evm_a53_defconfig +++ b/configs/am62px_evm_a53_defconfig @@ -114,6 +114,8 @@ CONFIG_FS_LOADER=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_IO_VOLTAGE=y CONFIG_SPL_MMC_IO_VOLTAGE=y +CONFIG_MMC_UHS_SUPPORT=y +CONFIG_SPL_MMC_UHS_SUPPORT=y CONFIG_MMC_HS400_SUPPORT=y CONFIG_SPL_MMC_HS400_SUPPORT=y CONFIG_MMC_SDHCI=y