Merge "driver: synopsys: emmc: Do not change FIFO TH as this breaks some platforms" into integration

This commit is contained in:
John Tsichritzis 2019-07-11 12:28:15 +00:00 committed by TrustedFirmware Code Review
commit f15d7e8325
1 changed files with 0 additions and 1 deletions

View File

@ -425,7 +425,6 @@ void dw_mmc_init(dw_mmc_params_t *params, struct mmc_device_info *info)
(params->bus_width == MMC_BUS_WIDTH_8)));
memcpy(&dw_params, params, sizeof(dw_mmc_params_t));
mmio_write_32(dw_params.reg_base + DWMMC_FIFOTH, 0x103ff);
dw_params.mmc_dev_type = info->mmc_dev_type;
mmc_init(&dw_mmc_ops, params->clk_rate, params->bus_width,
params->flags, info);