mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 18:44:22 +00:00
Merge "fix(intel): update debug messages to appropriate class" into integration
This commit is contained in:
commit
a2c5171461
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue