mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
TF-A AMU: remove AMU enable info print
Following f3ccf036ec
the INFO print in amu_enable is causing
a lot of print outs on UART1 in DEBUG mode especially on PSCI test
cases because CPU_ON or SUSPEND operations call:
cm_prepare_el3_exit => enable_extensions_nonsecure => amu_enable.
PSCI SUSPEND is also very frequent in linux boot cases causing test
timeout failures.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I63581f8fa489d44b3b1d10af3b7f6fdf3af44720
This commit is contained in:
parent
b3385aa08e
commit
e82eb8c8d9
2 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@ bool amu_group1_supported(void)
|
|||
void amu_enable(bool el2_unused)
|
||||
{
|
||||
if (!amu_supported()) {
|
||||
INFO("AMU is not implemented\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,6 @@ void amu_enable(bool el2_unused)
|
|||
uint64_t v;
|
||||
|
||||
if (!amu_supported()) {
|
||||
INFO("AMU is not implemented\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue