From 36f0949ef9854b82a9a3154d970da4e3b8d12a61 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 07:23:29 +0000 Subject: [PATCH] rk3568 rkbin 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