mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq807x: sdhci: Modified sdhci command timeout to 200msec
Change-Id: I641123fdcb7d56e08e3faad78558e81bcd470506 Signed-off-by: Vasudevan Murugesan <vmuruges@codeaurora.org>
This commit is contained in:
parent
f3af149d5f
commit
d7c16e971b
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ static int sdhci_transfer_data(struct sdhci_host *host, struct mmc_data *data,
|
|||
#ifndef CONFIG_SDHCI_CMD_MAX_TIMEOUT
|
||||
#define CONFIG_SDHCI_CMD_MAX_TIMEOUT 3200
|
||||
#endif
|
||||
#define CONFIG_SDHCI_CMD_DEFAULT_TIMEOUT 100
|
||||
#define CONFIG_SDHCI_CMD_DEFAULT_TIMEOUT 200
|
||||
|
||||
static int sdhci_send_command(struct mmc *mmc, struct mmc_cmd *cmd,
|
||||
struct mmc_data *data)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue