mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
driver: synopsys: emmc: Do not change FIFO TH as this breaks some platforms
Designware MMC DMA FIFO threshold shouldn't be changed as it broke Poplar platform's uboot MMC Signed-off-by: Tien Hock, Loh <tien.hock.loh@intel.com> Change-Id: I87ec9d5a78e1bf45119cb73797e402b25a914c13
This commit is contained in:
parent
b10fae86d9
commit
9ce41ec59b
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue