summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Haller <[email protected]>2025-11-20 13:26:17 -0800
committerTom Rini <[email protected]>2025-12-06 11:40:49 -0600
commitd3291d35b605552e1ad0117a2c396fe90011358e (patch)
tree0180e7a23d429df8024550a7480ea69ea7b7f952
parentc7c2c3c0101f625c01bf101d652e03a6d4aa950f (diff)
configs: phycore_am64x_a53_defconfig: Drop eMMC HS400 mode
Remove the unsupported MMC_HS400 mode and select MMC_HS200 instead to avoid confusion. Signed-off-by: Dominik Haller <[email protected]>
-rw-r--r--configs/phycore_am64x_a53_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
index 9d6aa9c308c..2e096415743 100644
--- a/configs/phycore_am64x_a53_defconfig
+++ b/configs/phycore_am64x_a53_defconfig
@@ -122,8 +122,8 @@ CONFIG_SYS_I2C_OMAP24XX=y
CONFIG_DM_MAILBOX=y
CONFIG_K3_SEC_PROXY=y
CONFIG_SUPPORT_EMMC_BOOT=y
-CONFIG_MMC_HS400_SUPPORT=y
-CONFIG_SPL_MMC_HS400_SUPPORT=y
+CONFIG_MMC_HS200_SUPPORT=y
+CONFIG_SPL_MMC_HS200_SUPPORT=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ADMA=y
CONFIG_SPL_MMC_SDHCI_ADMA=y