Commit acca14b6 authored by Madhukar Pappireddy's avatar Madhukar Pappireddy Committed by TrustedFirmware Code Review
Browse files

Merge "TF-A AMU: remove AMU enable info print" into integration

parents b3385aa0 e82eb8c8
...@@ -44,7 +44,6 @@ bool amu_group1_supported(void) ...@@ -44,7 +44,6 @@ bool amu_group1_supported(void)
void amu_enable(bool el2_unused) void amu_enable(bool el2_unused)
{ {
if (!amu_supported()) { if (!amu_supported()) {
INFO("AMU is not implemented\n");
return; return;
} }
......
...@@ -46,7 +46,6 @@ void amu_enable(bool el2_unused) ...@@ -46,7 +46,6 @@ void amu_enable(bool el2_unused)
uint64_t v; uint64_t v;
if (!amu_supported()) { if (!amu_supported()) {
INFO("AMU is not implemented\n");
return; return;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment