[U-Boot] [PATCH] ARC: [plat-axs101]: migrate to DM_MMC

8 Oct
2019
8 Oct
'19
6:45 p.m.
Signed-off-by: Eugeniy Paltsev Eugeniy.Paltsev@synopsys.com --- configs/axs101_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig index 0bfb532fc74..38c8ae998fd 100644 --- a/configs/axs101_defconfig +++ b/configs/axs101_defconfig @@ -35,7 +35,9 @@ CONFIG_DM=y CONFIG_DM_GPIO=y CONFIG_HSDK_CREG_GPIO=y CONFIG_MMC=y +CONFIG_DM_MMC=y CONFIG_MMC_DW=y +CONFIG_MMC_DW_SNPS=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y
--
2.21.0
2039
Age (days ago)
2039
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eugeniy Paltsev