mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge "fix(fvp): correct ehf priority for SPM_MM" into integration
This commit is contained in:
commit
93e3b32273
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ defined(IMAGE_BL2) && MEASURED_BOOT
|
|||
#define PLAT_ARM_SP_IMAGE_STACK_BASE (PLAT_SP_IMAGE_NS_BUF_BASE + \
|
||||
PLAT_SP_IMAGE_NS_BUF_SIZE)
|
||||
|
||||
#define PLAT_SP_PRI PLAT_RAS_PRI
|
||||
#define PLAT_SP_PRI 0x20
|
||||
|
||||
/*
|
||||
* Physical and virtual address space limits for MMU in AARCH64 & AARCH32 modes
|
||||
|
|
Loading…
Add table
Reference in a new issue