hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/core/core.c
....@@ -2432,7 +2432,7 @@
24322432 }
24332433 EXPORT_SYMBOL(mmc_set_blockcount);
24342434
2435
-#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT
2435
+#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC
24362436 static void mmc_hw_reset_for_init(struct mmc_host *host)
24372437 {
24382438 mmc_pwrseq_reset(host);
....@@ -2504,7 +2504,7 @@
25042504 * Some eMMCs (with VCCQ always on) may not be reset after power up, so
25052505 * do a hardware reset if possible.
25062506 */
2507
-#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT
2507
+#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC
25082508 mmc_hw_reset_for_init(host);
25092509 #endif
25102510