aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2024-04-16 11:21:15 -0500
committerTom Rini <trini@konsulko.com>2024-04-29 10:53:41 -0600
commitb8c58ab84e72d3f2891441d17cfb921931fc3d29 (patch)
treea60b2c77837933ffbabd4bc0a76a2a8bd87f9ba8
parent5ab013424eebca4e718d2d3815ece3c849a2ab1f (diff)
downloadu-boot-b8c58ab84e72d3f2891441d17cfb921931fc3d29.zip
u-boot-b8c58ab84e72d3f2891441d17cfb921931fc3d29.tar.gz
u-boot-b8c58ab84e72d3f2891441d17cfb921931fc3d29.tar.bz2
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 <jm@ti.com> Acked-by: Bryan Brattlof <bb@ti.com>
-rw-r--r--configs/am62px_evm_a53_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig
index 638d2e9..9f40c9a 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