summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-11-14 18:10:28 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 16:44:13 +0300
commit6a97153cbf4f5fe8c9bacfca9b08be07c381f41d (patch)
treed2e8bbc62b8a5f527ec24d1c0b8e5242f41a0746 /board
parent69acc36864d55229b9520bb620fdc546488ab78d (diff)
downloadu-boot-6a97153cbf4f5fe8c9bacfca9b08be07c381f41d.tar.xz
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')
-rw-r--r--board/davinci/da8xxevm/omapl138_lcdk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c
index 27a51d6a78..d4cda0a8a7 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)