mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
context: Fix typo in comment
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
This commit is contained in:
parent
0a48e2bde8
commit
1c87351bfd
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ static void cm_init_context_common(cpu_context_t *ctx, const entry_point_info_t
|
|||
|
||||
/*
|
||||
* Set up SCTLR_ELx for the target exception level:
|
||||
* EE bit is taken from the entrpoint attributes
|
||||
* EE bit is taken from the entrypoint attributes
|
||||
* M, C and I bits must be zero (as required by PSCI specification)
|
||||
*
|
||||
* The target exception level is based on the spsr mode requested.
|
||||
|
|
Loading…
Add table
Reference in a new issue