Merge "plat/arm/sgi: mark remote chip shared ram as non-cacheable" into integration

This commit is contained in:
Manish Pandey 2020-03-23 12:00:57 +00:00 committed by TrustedFirmware Code Review
commit 1625c88180
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) + \
ARM_SHARED_RAM_BASE, \
ARM_SHARED_RAM_SIZE, \
MT_MEMORY | MT_RW | MT_SECURE \
MT_NON_CACHEABLE | MT_RW | MT_SECURE \
)
#define CSS_SGI_MAP_DEVICE_REMOTE_CHIP(n) \