Merge "fix(rme): map DEVICE0_BASE as EL3_PAS" into integration

This commit is contained in:
Olivier Deprez 2025-02-21 11:51:57 +01:00 committed by TrustedFirmware Code Review
commit 02f0e6e4f9

View file

@ -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, \