From 276d773ca50195c93a737bb0d31d5f44953ed8fb Mon Sep 17 00:00:00 2001 From: lintao Date: Mon, 11 Aug 2014 15:02:52 +0800 Subject: [PATCH] mmc: dump tuning result as BOOT info --- drivers/mmc/host/dw_mmc-rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-rockchip.c b/drivers/mmc/host/dw_mmc-rockchip.c index e0691fe975eb..598f54fa04f0 100755 --- a/drivers/mmc/host/dw_mmc-rockchip.c +++ b/drivers/mmc/host/dw_mmc-rockchip.c @@ -407,7 +407,7 @@ re_phase: } - MMC_DBG_INFO_FUNC(host->mmc,"\n execute tuning: candidates_degree = %s \t%s \t%s \t%s[%s]", + MMC_DBG_BOOT_FUNC(host->mmc,"\n execute tuning: candidates_degree = %s \t%s \t%s \t%s[%s]", phase_desc[candidates_degree[0]], phase_desc[candidates_degree[1]], phase_desc[candidates_degree[2]], phase_desc[candidates_degree[3]], mmc_hostname(host->mmc)); -- 2.34.1