mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge "fix(qti): adding secure rm flag" into integration
This commit is contained in:
commit
ed397c9857
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ int qti_interrupt_svc_init(void)
|
|||
* & we don't have S-EL1 support.
|
||||
*/
|
||||
set_interrupt_rm_flag(flags, NON_SECURE);
|
||||
set_interrupt_rm_flag(flags, SECURE);
|
||||
|
||||
/* Register handler for EL3 interrupts */
|
||||
ret = register_interrupt_type_handler(INTR_TYPE_EL3,
|
||||
|
|
Loading…
Add table
Reference in a new issue