aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2019-06-21 15:09:26 +0800
committerDavid Hu <david.hu@arm.com>2019-07-04 16:13:20 +0800
commite12d36f656bbd98be4b5cfd87a29ee7919cff94d (patch)
tree0e39d23d079a296315f01e2eaec9efcf3a432614
parent9f813facdc1216b4e8d1dc2b0a4016314657bacd (diff)
downloadtrusted-firmware-m-e12d36f656bbd98be4b5cfd87a29ee7919cff94d.tar.gz
Plat: Update Cypress PSoC62 attestation file
Update value of attestation_profile_definition on Cypress PSoC62 Change-Id: Ib100763c70aa1a5cb05816ec9ee2dfae3c4d9f08 Signed-off-by: David Hu <david.hu@arm.com>
-rw-r--r--platform/ext/target/psoc6/attest_hal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ext/target/psoc6/attest_hal.c b/platform/ext/target/psoc6/attest_hal.c
index d0c0e82ec7..d4d2407680 100644
--- a/platform/ext/target/psoc6/attest_hal.c
+++ b/platform/ext/target/psoc6/attest_hal.c
@@ -12,7 +12,7 @@
static const char verification_service_url[] = "www.trustedfirmware.org";
/* Example profile definition document for initial attestation token */
-static const char attestation_profile_definition[] = "psa-tfm-profile-1.md";
+static const char attestation_profile_definition[] = "PSA_IOT_PROFILE_1";
enum tfm_security_lifecycle_t tfm_attest_hal_get_security_lifecycle(void)
{