mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
soc: rockchip: thunderboot_mmc: continue even if CMD12 timeout
Signed-off-by: Weiwen Chen <cww@rock-chips.com> Change-Id: I9637cd522cf5771ad9cc0563a991935a87b476f1
This commit is contained in:
@@ -93,10 +93,9 @@ static int rk_tb_mmc_thread(void *p)
|
||||
|
||||
if (readl_poll_timeout(regs + SDMMC_RINTSTS, status,
|
||||
!(status & BIT(2)), 100,
|
||||
11 * USEC_PER_MSEC)) {
|
||||
dev_err(dev, "Send CMD12 timeout!\n");
|
||||
goto out;
|
||||
}
|
||||
11 * USEC_PER_MSEC))
|
||||
dev_warn(dev, "Send CMD12 timeout!\n");
|
||||
|
||||
|
||||
/* Parse ramdisk addr and help start decompressing */
|
||||
if (rds && rdd) {
|
||||
|
||||
Reference in New Issue
Block a user