aboutsummaryrefslogtreecommitdiffstats
path: root/include/common/tbbr
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-02-12 12:36:17 +0000
committerRoberto Vargas <roberto.vargas@arm.com>2018-04-13 14:01:56 +0100
commit735181b634c951d4fa6a8b454847dac53f85d5b5 (patch)
tree905e5ef6e0718d22ce1e56fdb43401ba42a0a557 /include/common/tbbr
parent1a29f93815d3ec313c4667d7108d379b93ef6831 (diff)
downloadplatform_external_arm-trusted-firmware-735181b634c951d4fa6a8b454847dac53f85d5b5.tar.gz
platform_external_arm-trusted-firmware-735181b634c951d4fa6a8b454847dac53f85d5b5.tar.bz2
platform_external_arm-trusted-firmware-735181b634c951d4fa6a8b454847dac53f85d5b5.zip
Fix MISRA rule 8.3 Part 4
Rule 8.3: All declarations of an object or function shall use the same names and type qualifiers Fixed for: make DEBUG=1 PLAT=fvp SPD=tspd TRUSTED_BOARD_BOOT=1 \ GENERATE_COT=1 ARM_ROTPK_LOCATION=devel_rsa \ ROT_KEY=arm_rotprivk_rsa.pem MBEDTLS_DIR=mbedtls all Change-Id: Ia34fe1ae1f142e89c9a6c19831e3daf4d28f5831 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'include/common/tbbr')
-rw-r--r--include/common/tbbr/tbbr_img_def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common/tbbr/tbbr_img_def.h b/include/common/tbbr/tbbr_img_def.h
index 060198bc1..273abbea0 100644
--- a/include/common/tbbr/tbbr_img_def.h
+++ b/include/common/tbbr/tbbr_img_def.h
@@ -75,4 +75,7 @@
/* NT_FW_CONFIG */
#define NT_FW_CONFIG_ID 27
+/* Define size of the array */
+#define MAX_NUMBER_IDS 28
+
#endif /* __TBBR_IMG_DEF_H__ */