]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/mvebu_mmc.c
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
[u-boot] / drivers / mmc / mvebu_mmc.c
index 8ca09042d8d9280c94b9f5620b8e8a10ae8862a8..056aef5bef07c54e8ac8759dcaf17869a0ebc7ad 100644 (file)
@@ -418,7 +418,7 @@ static struct mmc_config mvebu_mmc_cfg = {
        .f_min          = MVEBU_MMC_BASE_FAST_CLOCK / MVEBU_MMC_BASE_DIV_MAX,
        .f_max          = MVEBU_MMC_CLOCKRATE_MAX,
        .voltages       = MMC_VDD_32_33 | MMC_VDD_33_34,
-       .host_caps      = MMC_MODE_4BIT | MMC_MODE_HS | MMC_MODE_HC |
+       .host_caps      = MMC_MODE_4BIT | MMC_MODE_HS |
                          MMC_MODE_HS_52MHz,
        .part_type      = PART_TYPE_DOS,
        .b_max          = CONFIG_SYS_MMC_MAX_BLK_COUNT,