From e3e12f52b214121840b44c91de5b3e5af5d3eb84 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 03:04:41 +0000 Subject: [PATCH] rk3568 rt init --- kernel/drivers/mmc/core/core.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/mmc/core/core.c b/kernel/drivers/mmc/core/core.c index b7d646a..c12ce9b 100644 --- a/kernel/drivers/mmc/core/core.c +++ b/kernel/drivers/mmc/core/core.c @@ -2432,7 +2432,7 @@ } EXPORT_SYMBOL(mmc_set_blockcount); -#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT +#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC static void mmc_hw_reset_for_init(struct mmc_host *host) { mmc_pwrseq_reset(host); @@ -2504,7 +2504,7 @@ * Some eMMCs (with VCCQ always on) may not be reset after power up, so * do a hardware reset if possible. */ -#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT +#ifndef CONFIG_ROCKCHIP_THUNDER_BOOT_MMC mmc_hw_reset_for_init(host); #endif -- Gitblit v1.6.2