diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-05 22:23:38 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-10 00:20:37 (GMT) |
commit | e6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0 (patch) | |
tree | f539de16062b3c7e90fd28b441408159487b328e /configs/rpi_2_defconfig | |
parent | c6606515f1aedd716f5cffa454de12601bc2c372 (diff) | |
download | u-boot-e6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0.tar.xz |
dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC
Convert the bcm2835 SDHCI driver over to support CONFIG_DM_MMC and move
all boards over. There is no need to keep the old code since there are no
other users.
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/rpi_2_defconfig')
-rw-r--r-- | configs/rpi_2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index f13a29e..221026a 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -14,6 +14,7 @@ CONFIG_CMD_USB=y # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y CONFIG_OF_EMBED=y +CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y CONFIG_DM_ETH=y |