mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge "fix(rme): map DEVICE0_BASE as EL3_PAS" into integration
This commit is contained in:
commit
02f0e6e4f9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ arm_config_t arm_config;
|
|||
|
||||
#define MAP_DEVICE0 MAP_REGION_FLAT(DEVICE0_BASE, \
|
||||
DEVICE0_SIZE, \
|
||||
MT_DEVICE | MT_RW | MT_SECURE)
|
||||
MT_DEVICE | MT_RW | EL3_PAS)
|
||||
|
||||
#define MAP_DEVICE1 MAP_REGION_FLAT(DEVICE1_BASE, \
|
||||
DEVICE1_SIZE, \
|
||||
|
|
Loading…
Add table
Reference in a new issue