diff options
author | Suyash Pathak <suyash.pathak@arm.com> | 2020-02-06 11:51:54 +0530 |
---|---|---|
committer | Suyash Pathak <suyash.pathak@arm.com> | 2020-02-19 12:40:47 +0530 |
commit | 96318f828f5def96251747b33747d01d82e4e5d3 (patch) | |
tree | db4df270f9678cb4f609b887086ce7d23f7fcbe3 /include | |
parent | 956059385cf2532924e1023f9d5156aed2f78f4b (diff) | |
download | platform_external_arm-trusted-firmware-96318f828f5def96251747b33747d01d82e4e5d3.tar.gz platform_external_arm-trusted-firmware-96318f828f5def96251747b33747d01d82e4e5d3.tar.bz2 platform_external_arm-trusted-firmware-96318f828f5def96251747b33747d01d82e4e5d3.zip |
plat/arm: allow boards to define PLAT_ARM_TZC_FILTERS
A TZC400 can have upto 4 filters and the number of filters instantiated
within a TZC400 is platform dependent. So allow platforms to define the
value of PLAT_ARM_TZC_FILTERS by moving the existing Juno specific
definition of PLAT_ARM_TZC_FILTERS to Juno board definitions.
Change-Id: I67a63d7336595bbfdce3163f9a9473e15e266f40
Signed-off-by: Suyash Pathak <suyash.pathak@arm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/plat/arm/css/common/css_def.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/plat/arm/css/common/css_def.h b/include/plat/arm/css/common/css_def.h index 7b6148445..d59935266 100644 --- a/include/plat/arm/css/common/css_def.h +++ b/include/plat/arm/css/common/css_def.h @@ -189,9 +189,6 @@ /* Load address of Non-Secure Image for CSS platform ports */ #define PLAT_ARM_NS_IMAGE_BASE U(0xE0000000) -/* TZC related constants */ -#define PLAT_ARM_TZC_FILTERS TZC_400_REGION_ATTR_FILTER_BIT_ALL - /* * Parsing of CPU and Cluster states, as returned by 'Get CSS Power State' SCP * command |