From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Fri, 01 Jul 2016 20:30:14 +0900 Subject: [U-Boot] [PATCH v2] mmc: increase MMC SDHCI read status timeout In-Reply-To: References: <1467232921-28610-1-git-send-email-steve.rae@raedomain.com> Message-ID: <57765446.3060500@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/30/2016 10:41 AM, Masahiro Yamada wrote: > 2016-06-30 5:42 GMT+09:00 Steve Rae : >> 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 >> Reviewed-by: Stefan Roese >> Tested-by: Masahiro Yamada Tested-by: Jaehoon Chung Best Regards, Jaehoon Chung > > > Looks good to me. Thanks! > > > >