summaryrefslogtreecommitdiff
path: root/configs/bcm7445_defconfig
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2019-05-17 15:17:07 +0300
committerTom Rini <trini@konsulko.com>2019-05-28 20:58:06 +0300
commit77934fdedfdd8a87d3b96c45b7bd540be60445d6 (patch)
tree1c9ed21bdf329e6eb0827dcfef9738f2c2abc1ee /configs/bcm7445_defconfig
parentd7cc0e4d7999b0b696ec4047420abf34a821ba29 (diff)
downloadu-boot-77934fdedfdd8a87d3b96c45b7bd540be60445d6.tar.xz
dm: arm: bcmstb: Enable driver model MMC support
For bcm7445 and bcm7260, this patch enables CONFIG_DM_MMC and updates the bcmstb SDHCI driver to use the new driver model. This allows removal of SDHCI configuration handling from bcmstb.c, and eliminates a board removal compile warning. Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/bcm7445_defconfig')
-rw-r--r--configs/bcm7445_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm7445_defconfig b/configs/bcm7445_defconfig
index 97098bf7e2..f22b06e9ce 100644
--- a/configs/bcm7445_defconfig
+++ b/configs/bcm7445_defconfig
@@ -13,6 +13,7 @@ CONFIG_CMD_SF_TEST=y
CONFIG_CMD_SPI=y
CONFIG_OF_PRIOR_STAGE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
+CONFIG_DM_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_BCMSTB=y
CONFIG_DM_SPI_FLASH=y