From a550aeb39460d34e5b75421639f54b215b46e616 Mon Sep 17 00:00:00 2001 From: Girisha Dengi Date: Fri, 6 Dec 2024 18:01:10 +0800 Subject: [PATCH] fix(intel): update debug messages to appropriate class Update debug messages to VERBOSE class wherever required. Change-Id: I44ea6b660581285290f54a507dd1131d26be2ec8 Signed-off-by: Girisha Dengi Signed-off-by: Jit Loon Lim --- plat/intel/soc/common/soc/socfpga_reset_manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plat/intel/soc/common/soc/socfpga_reset_manager.c b/plat/intel/soc/common/soc/socfpga_reset_manager.c index f65331877..0d612e2f6 100644 --- a/plat/intel/soc/common/soc/socfpga_reset_manager.c +++ b/plat/intel/soc/common/soc/socfpga_reset_manager.c @@ -1052,7 +1052,7 @@ int socfpga_bridges_disable(uint32_t mask) 1000); if (ret < 0) { - ERROR("F2S bridge fpga handshake fpgahsack: Timeout\n"); + VERBOSE("F2S bridge fpga handshake fpgahsack: Timeout\n"); } /* @@ -1082,7 +1082,7 @@ int socfpga_bridges_disable(uint32_t mask) 1000); if (ret < 0) { - ERROR("F2S bridge fpga handshake f2s_flush_ack: Timeout\n"); + VERBOSE("F2S bridge fpga handshake f2s_flush_ack: Timeout\n"); } /*