Commit d0223211 authored by Chris Kay's avatar Chris Kay
Browse files

css: Do not map the non-secure RAM as secure


Change-Id: I7e73c0ab134da11c49f990b739245110c59eac2b
Signed-off-by: default avatarChris Kay <chris.kay@arm.com>
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment