mmc: dump tuning result as BOOT info
authorlintao <lintao@rock-chips.com>
Mon, 11 Aug 2014 07:02:52 +0000 (15:02 +0800)
committerlintao <lintao@rock-chips.com>
Mon, 11 Aug 2014 07:02:52 +0000 (15:02 +0800)
drivers/mmc/host/dw_mmc-rockchip.c

index e0691fe975eb9da3d9fc45758155ad4595d21730..598f54fa04f008c5bef89035fa0ba84e8903af1e 100755 (executable)
@@ -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));