mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
chore(cm): fix some typos in comments
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I592439f1686c333c855de98a8e7d377ba1e6c498
This commit is contained in:
parent
765963334d
commit
a822a22865
1 changed files with 3 additions and 3 deletions
|
@ -736,7 +736,7 @@ static void manage_extensions_common(cpu_context_t *ctx)
|
|||
|
||||
if (is_feat_trbe_supported()) {
|
||||
/*
|
||||
* Enable FEAT_SPE for Non-Secure and prohibit for Secure and
|
||||
* Enable FEAT_TRBE for Non-Secure and prohibit for Secure and
|
||||
* Realm state.
|
||||
*/
|
||||
trbe_enable(ctx);
|
||||
|
@ -744,14 +744,14 @@ static void manage_extensions_common(cpu_context_t *ctx)
|
|||
|
||||
if (is_feat_trf_supported()) {
|
||||
/*
|
||||
* Enable FEAT_SPE for Non-Secure and prohibit for Secure state.
|
||||
* Enable FEAT_TRF for Non-Secure and prohibit for Secure state.
|
||||
*/
|
||||
trf_enable(ctx);
|
||||
}
|
||||
|
||||
if (is_feat_brbe_supported()) {
|
||||
/*
|
||||
* Enable FEAT_SPE for Non-Secure and prohibit for Secure state.
|
||||
* Enable FEAT_BRBE for Non-Secure and prohibit for Secure state.
|
||||
*/
|
||||
brbe_enable(ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue