summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudith Mendez <[email protected]>2024-12-20 14:37:03 -0600
committerTom Rini <[email protected]>2025-01-02 11:05:38 -0600
commit9cdb04101d9fd84a66990c1963bf44c9c9e5a365 (patch)
tree22c276d434380bdad7b940109be5d8948343550d
parent72355e74db3b691ba6c94cb8c37cb7bc2a7bca7f (diff)
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 <[email protected]>
-rw-r--r--configs/am62ax_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
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