From f1d7187f261ebf4b8a2a70d638d4bfc0a9b26c29 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Tue, 1 Dec 2020 15:51:41 +0800 Subject: MLK-24163 plat: imx8m: Change the ddr4 dvfs debug log level This is log is just for debug purpose only. Change the ddr4 dvfs debug log print level to disable this log print by default. Signed-off-by: Jacky Bai Reviewed-by: Anson Huang Reviewed-by: Peng Fan --- plat/imx/imx8m/ddr/ddr4_dvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/imx/imx8m/ddr/ddr4_dvfs.c b/plat/imx/imx8m/ddr/ddr4_dvfs.c index 72899452..52dd2066 100644 --- a/plat/imx/imx8m/ddr/ddr4_dvfs.c +++ b/plat/imx/imx8m/ddr/ddr4_dvfs.c @@ -188,7 +188,7 @@ void ddr4_swffc(struct dram_info *dram_info, unsigned int pstate) * controller is not in self-refresh mode. */ if ((mmio_read_32(DDRC_STAT(0)) & 0x3) == 0x3) - printf("C: Error DRAM should not in Self Refresh\n"); + VERBOSE("DRAM is in Self Refresh\n"); /* * 13. Assert PWRCTL.selfref_sw for the DWC_ddr_umctl2 core to enter -- cgit v1.2.3