From: Maxime Ripard Date: Wed, 23 Aug 2017 10:03:42 +0000 (+0200) Subject: sunxi: Enable MMC new mode for A83T X-Git-Tag: v2017.09-rc4~37^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=343ff161062880c5112b014c9181694bd01ee886;p=oweals%2Fu-boot.git sunxi: Enable MMC new mode for A83T The eMMC controller for the A83T uses the new operating mode. Enable it. Signed-off-by: Maxime Ripard Reviewed-by: Jagan Teki --- diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 2cd7bae078..2309f59999 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -125,6 +125,7 @@ config MACH_SUN8I_A83T bool "sun8i (Allwinner A83T)" select CPU_V7 select SUNXI_GEN_SUN6I + select MMC_SUNXI_HAS_NEW_MODE select SUPPORT_SPL config MACH_SUN8I_H3