Merge "fix(intel): update debug messages to appropriate class" into integration

This commit is contained in:
Olivier Deprez 2025-01-31 12:02:18 +01:00 committed by TrustedFirmware Code Review
commit a2c5171461

View file

@ -1052,7 +1052,7 @@ int socfpga_bridges_disable(uint32_t mask)
1000); 1000);
if (ret < 0) { 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); 1000);
if (ret < 0) { if (ret < 0) {
ERROR("F2S bridge fpga handshake f2s_flush_ack: Timeout\n"); VERBOSE("F2S bridge fpga handshake f2s_flush_ack: Timeout\n");
} }
/* /*