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:
Weiwen Chen
2025-09-18 15:18:30 +08:00
committed by Tao Huang
parent 40ee3a7b31
commit d0a4a638d6

View File

@@ -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) {