Commit ec2f82ec authored by Manish Pandey's avatar Manish Pandey Committed by TrustedFirmware Code Review
Browse files

Merge "n1sdp: Enable the NEOVERSE_N1_EXTERNAL_LLC flag" into integration

parents baff5dc8 303b6d06
...@@ -65,6 +65,9 @@ HW_ASSISTED_COHERENCY := 1 ...@@ -65,6 +65,9 @@ HW_ASSISTED_COHERENCY := 1
# When building for systems with hardware-assisted coherency, there's no need to # 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 USE_COHERENT_MEM. Require that USE_COHERENT_MEM must be set to 0 too.
USE_COHERENT_MEM := 0 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/common/arm_common.mk
include plat/arm/css/common/css_common.mk include plat/arm/css/common/css_common.mk
include plat/arm/board/common/board_common.mk include plat/arm/board/common/board_common.mk
......
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