From: Judith Mendez Date: Fri, 20 Dec 2024 20:37:03 +0000 (-0600) Subject: configs: am62ax_evm_a53_defconfig: Enable MMC_SPEED_MODE_SET X-Git-Tag: v2025.04-rc1~70^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cdb04101d9fd84a66990c1963bf44c9c9e5a365;p=pandora-u-boot.git configs: am62ax_evm_a53_defconfig: Enable MMC_SPEED_MODE_SET Enable MMC_SPEED_MODE_SET config option in defconfig to enable changing MMC bus modes with mmc rescan for am62ax device. Signed-off-by: Judith Mendez --- diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig index a070182cd14..5e80c68605c 100644 --- a/configs/am62ax_evm_a53_defconfig +++ b/configs/am62ax_evm_a53_defconfig @@ -41,6 +41,7 @@ CONFIG_SPL_DM_MAILBOX=y CONFIG_SPL_POWER_DOMAIN=y CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_CMD_MMC=y +CONFIG_MMC_SPEED_MODE_SET=y CONFIG_CMD_REMOTEPROC=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y