From b8c58ab84e72d3f2891441d17cfb921931fc3d29 Mon Sep 17 00:00:00 2001 From: Judith Mendez Date: Tue, 16 Apr 2024 11:21:15 -0500 Subject: [PATCH] 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 --- configs/am62px_evm_a53_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5