aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/n1sdp/platform.mk
diff options
context:
space:
mode:
authorChandni Cherukuri <chandni.cherukuri@arm.com>2020-03-05 11:49:57 +0530
committerChandni Cherukuri <chandni.cherukuri@arm.com>2020-03-11 16:01:46 +0530
commit303b6d069a09d0c246fc1c4d7bda9a339d166d62 (patch)
tree84752e7c87a7e6c41c03e2d0c203447dd7065632 /plat/arm/board/n1sdp/platform.mk
parent1d4fb1e71d8c16c7742dfc77a18a823ab4f1e0b0 (diff)
downloadtrusted-firmware-a-303b6d069a09d0c246fc1c4d7bda9a339d166d62.tar.gz
n1sdp: Enable the NEOVERSE_N1_EXTERNAL_LLC flag
Since N1SDP has a system level cache which is an external LLC enable the NEOVERSE_N1_EXTERNAL_LLC flag. Change-Id: Idb34274e61e7fd9db5485862a0caa497f3e290c7 Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
Diffstat (limited to 'plat/arm/board/n1sdp/platform.mk')
-rw-r--r--plat/arm/board/n1sdp/platform.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/arm/board/n1sdp/platform.mk b/plat/arm/board/n1sdp/platform.mk
index 8816670dce..f86d4208c1 100644
--- a/plat/arm/board/n1sdp/platform.mk
+++ b/plat/arm/board/n1sdp/platform.mk
@@ -63,6 +63,9 @@ HW_ASSISTED_COHERENCY := 1
# When building for systems with hardware-assisted coherency, there's no need to
# use USE_COHERENT_MEM. Require that USE_COHERENT_MEM must be set to 0 too.
USE_COHERENT_MEM := 0
+
+# Enable the flag since N1SDP has a system level cache
+NEOVERSE_N1_EXTERNAL_LLC := 1
include plat/arm/common/arm_common.mk
include plat/arm/css/common/css_common.mk
include plat/arm/board/common/board_common.mk