diff options
author | Steve Rae <steve.rae@raedomain.com> | 2016-06-29 13:42:01 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-01 17:42:57 -0400 |
commit | d90bb439335386b3ae6ada89b89720cc66ec9352 (patch) | |
tree | 98248a20b3da4b5a3fb3243f6afcecc63535dbf5 /configs/gwventana_defconfig | |
parent | df6b506f16d2666ebac5b9d61b67bb6bbfaea6de (diff) | |
download | blackbird-obmc-uboot-d90bb439335386b3ae6ada89b89720cc66ec9352.tar.gz blackbird-obmc-uboot-d90bb439335386b3ae6ada89b89720cc66ec9352.zip |
mmc: increase MMC SDHCI read status timeout
Otherwise, ocassionally see errors like this:
Flashing sparse image at offset 2078720
Flashing Sparse Image
sdhci_send_command: Timeout for status update!
mmc fail to send stop cmd
write_sparse_image: Write failed, block #2181088 [0]
This does not affect the actual writing speed, which is controlled by
the default value:
CONFIG_SDHCI_CMD_DEFAULT_TIMEOUT
It only increases the retries when reading:
SDHCI_INT_STATUS
to avoid the timeout error.
Signed-off-by: Steve Rae <steve.rae@raedomain.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'configs/gwventana_defconfig')
0 files changed, 0 insertions, 0 deletions