diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-04-16 15:04:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 15:04:28 +0100 |
commit | 8b37120065e5800c49754a5c9ba97bc98728c964 (patch) | |
tree | 5600523a42e194280583c16cda686a4ee7658d80 /include/common | |
parent | 9d82dd9b68114f0ac4d56b23e83e61414f2dc72f (diff) | |
parent | 3b94189a921c0ea2a410c7730dc9636d95f5aa86 (diff) | |
download | platform_external_arm-trusted-firmware-8b37120065e5800c49754a5c9ba97bc98728c964.tar.gz platform_external_arm-trusted-firmware-8b37120065e5800c49754a5c9ba97bc98728c964.tar.bz2 platform_external_arm-trusted-firmware-8b37120065e5800c49754a5c9ba97bc98728c964.zip |
Merge pull request #1356 from robertovargas-arm/misra-changes
Misra changes
Diffstat (limited to 'include/common')
-rw-r--r-- | include/common/tbbr/tbbr_img_def.h | 3 |
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__ */ |