
19 Aug
2018
19 Aug
'18
3:56 p.m.
Enable DM_MMC for Allwinner H6 SoC.
Tested-by: Jagan Teki jagan@amarulasolutions.com # Opi-1+ Signed-off-by: Jagan Teki jagan@amarulasolutions.com --- arch/arm/mach-sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 2828a33572..dd973cc821 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -309,6 +309,7 @@ config MACH_SUN50I_H6 bool "sun50i (Allwinner H6)" select ARM64 select CLK + select DM_MMC if MMC select SUPPORT_SPL select FIT select SPL_LOAD_FIT
--
2.18.0.321.gffc6fa0e3