git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c2c3c
)
configs: phycore_am64x_a53_defconfig: Drop eMMC HS400 mode
author
Dominik Haller
<d.haller@phytec.de>
Thu, 20 Nov 2025 21:26:17 +0000
(13:26 -0800)
committer
Tom Rini
<trini@konsulko.com>
Sat, 6 Dec 2025 17:40:49 +0000
(11:40 -0600)
Remove the unsupported MMC_HS400 mode and select MMC_HS200 instead to avoid
confusion.
Signed-off-by: Dominik Haller <d.haller@phytec.de>
configs/phycore_am64x_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/phycore_am64x_a53_defconfig
b/configs/phycore_am64x_a53_defconfig
index
9d6aa9c
..
2e09641
100644
(file)
--- 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_HS
4
00_SUPPORT=y
-CONFIG_SPL_MMC_HS
4
00_SUPPORT=y
+CONFIG_MMC_HS
2
00_SUPPORT=y
+CONFIG_SPL_MMC_HS
2
00_SUPPORT=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ADMA=y
CONFIG_SPL_MMC_SDHCI_ADMA=y