summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-04-18 12:12:16 -0400
committerTom Rini <trini@konsulko.com>2019-04-18 12:12:16 -0400
commit1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1 (patch)
treeb65f730ba946fa3518b96ccfd374c7661e7db39c /configs
parent36c97c4db71769bb11bd1f130f1442e4122728a8 (diff)
parentcc2f7b6c7d7d5adeedecdb6c0599998b2e40b3f4 (diff)
Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc
In this small series we migrate ARC boards to DM_MMC so we're hopefully are good now and our boards will be kept in U-Boot for some more time :)
Diffstat (limited to 'configs')
-rw-r--r--configs/axs103_defconfig2
-rw-r--r--configs/hsdk_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig
index 0c8af405a9..8255d9fa06 100644
--- a/configs/axs103_defconfig
+++ b/configs/axs103_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
diff --git a/configs/hsdk_defconfig b/configs/hsdk_defconfig
index e0eb6bdb34..e28ceae289 100644
--- a/configs/hsdk_defconfig
+++ b/configs/hsdk_defconfig
@@ -38,7 +38,9 @@ CONFIG_CLK_HSDK=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_SST=y