[PATCH] ARM: uniphier: enable CONFIG_MMC_SDHCI_ADMA for uniphier_v8_defconfig

Masahiro Yamada yamada.masahiro at socionext.com
Tue Feb 4 12:13:43 CET 2020


Switch over to ADMA from SDMA.

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 configs/uniphier_v8_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig
index 9ad4bd68b6c8..55f7516e3992 100644
--- a/configs/uniphier_v8_defconfig
+++ b/configs/uniphier_v8_defconfig
@@ -42,7 +42,7 @@ CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_MMC_HS200_SUPPORT=y
 CONFIG_MMC_UNIPHIER=y
 CONFIG_MMC_SDHCI=y
-CONFIG_MMC_SDHCI_SDMA=y
+CONFIG_MMC_SDHCI_ADMA=y
 CONFIG_MMC_SDHCI_CADENCE=y
 CONFIG_MTD=y
 CONFIG_FLASH_CFI_DRIVER=y
-- 
2.17.1



More information about the U-Boot mailing list