diff options
author | Bartosz Golaszewski | 2019-11-14 16:10:28 +0100 |
---|---|---|
committer | Tom Rini | 2019-12-03 08:44:13 -0500 |
commit | 6a97153cbf4f5fe8c9bacfca9b08be07c381f41d (patch) | |
tree | d2e8bbc62b8a5f527ec24d1c0b8e5242f41a0746 /board/davinci | |
parent | 69acc36864d55229b9520bb620fdc546488ab78d (diff) |
mmc: davinci: drop support for ti,dm6441-mmc
The DM family of DaVinci SoCs is no longer supported. Drop the
irrelevant code from the driver.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'board/davinci')
-rw-r--r-- | board/davinci/da8xxevm/omapl138_lcdk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c index 27a51d6a780..d4cda0a8a7f 100644 --- a/board/davinci/da8xxevm/omapl138_lcdk.c +++ b/board/davinci/da8xxevm/omapl138_lcdk.c @@ -342,7 +342,6 @@ static struct davinci_mmc mmc_sd0 = { .reg_base = (struct davinci_mmc_regs *)DAVINCI_MMC_SD0_BASE, .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */ .voltages = MMC_VDD_32_33 | MMC_VDD_33_34, - .version = MMC_CTLR_VERSION_2, }; int board_mmc_init(bd_t *bis) |