summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/s5p_sdhci.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-05-05 07:00:38 -0400
committerTom Rini <trini@konsulko.com>2015-05-05 07:00:38 -0400
commitff7e9cfc338ecd6db5ed7d6ff8fb7a2889b0131c (patch)
treed127b051d0cb5ad8571fc176056600488576bdb5 /drivers/mmc/s5p_sdhci.c
parent3f2f1a00394eb7ce7176f9d0930e40e55ba2c79c (diff)
parent33fe2fb8df01647f97a7bce96a1c7781a7f6d253 (diff)
downloadtalos-obmc-uboot-ff7e9cfc338ecd6db5ed7d6ff8fb7a2889b0131c.tar.gz
talos-obmc-uboot-ff7e9cfc338ecd6db5ed7d6ff8fb7a2889b0131c.zip
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'drivers/mmc/s5p_sdhci.c')
-rw-r--r--drivers/mmc/s5p_sdhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c
index 0eec7310e4..8e1968a4ea 100644
--- a/drivers/mmc/s5p_sdhci.c
+++ b/drivers/mmc/s5p_sdhci.c
@@ -76,7 +76,6 @@ static int s5p_sdhci_core_init(struct sdhci_host *host)
host->set_control_reg = &s5p_sdhci_set_control_reg;
host->set_clock = set_mmc_clk;
- host->host_caps = MMC_MODE_HC;
if (host->bus_width == 8)
host->host_caps |= MMC_MODE_8BIT;
OpenPOWER on IntegriCloud