Message ID | 20200204111343.10259-1-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 8b912fbb8cbfd43a4e0db771fa8eb9025d776f9c |
Headers | show |
Series | ARM: uniphier: enable CONFIG_MMC_SDHCI_ADMA for uniphier_v8_defconfig | expand |
On Tue, Feb 4, 2020 at 8:14 PM Masahiro Yamada <yamada.masahiro at socionext.com> wrote: > > Switch over to ADMA from SDMA. > > Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com> > --- Applied to u-boot-uniphier. > > 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 >
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
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(-)