diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/plat/arm/css/common/css_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/arm/css/common/css_def.h b/include/plat/arm/css/common/css_def.h index 275e591ad..6d68b4406 100644 --- a/include/plat/arm/css/common/css_def.h +++ b/include/plat/arm/css/common/css_def.h @@ -99,7 +99,7 @@ #define CSS_MAP_NSRAM MAP_REGION_FLAT( \ NSRAM_BASE, \ NSRAM_SIZE, \ - MT_DEVICE | MT_RW | MT_SECURE) + MT_DEVICE | MT_RW | MT_NS) /* Platform ID address */ #define SSC_VERSION_OFFSET 0x040 |