From: Dominik Haller Date: Thu, 20 Nov 2025 21:26:17 +0000 (-0800) Subject: configs: phycore_am64x_a53_defconfig: Drop eMMC HS400 mode X-Git-Tag: v2026.01-rc4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3291d35b605552e1ad0117a2c396fe90011358e;p=thirdparty%2Fu-boot.git 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 --- 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