Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
acca14b6
Commit
acca14b6
authored
Aug 13, 2020
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Aug 13, 2020
Browse files
Merge "TF-A AMU: remove AMU enable info print" into integration
parents
b3385aa0
e82eb8c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/extensions/amu/aarch32/amu.c
View file @
acca14b6
...
...
@@ -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
;
}
...
...
lib/extensions/amu/aarch64/amu.c
View file @
acca14b6
...
...
@@ -46,7 +46,6 @@ void amu_enable(bool el2_unused)
uint64_t
v
;
if
(
!
amu_supported
())
{
INFO
(
"AMU is not implemented
\n
"
);
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment