mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
fix(tc): rename macro to match PSA spec
Update 'PSA_INITIAL_ATTEST_TOKEN_MAX_SIZE' to 'PSA_INITIAL_ATTEST_MAX_TOKEN_SIZE' which is defined in the PSA Certified Attestation API spec. Change-Id: I5837fea552e6fe18a203412eb90d41e2f90ad6f1 Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
This commit is contained in:
parent
b0542b58ca
commit
1fc20d7f52
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
|||
#ifndef REGION_DEFS_H
|
||||
#define REGION_DEFS_H
|
||||
|
||||
#define PSA_INITIAL_ATTEST_TOKEN_MAX_SIZE 0x800
|
||||
#define PSA_INITIAL_ATTEST_MAX_TOKEN_SIZE 0x800
|
||||
|
||||
#endif /* REGION_DEFS_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue