Example: VAD: Update token profile in build config

The PSA_IOT_PROFILE_1 attestation profile has been removed,
replace it with the new default option. Related change (ID) in the
main TF-M repository:
Iac93470aae2b3782c20e0b26a00c65d202ad4db7

Change-Id: I084f0417931bfc3d7381311b8c1fa3b093c5803a
Signed-off-by: David Vincze <david.vincze@arm.com>
diff --git a/examples/vad_an552/ns_side/project_config.h b/examples/vad_an552/ns_side/project_config.h
index 8bc33e3..b6fef10 100644
--- a/examples/vad_an552/ns_side/project_config.h
+++ b/examples/vad_an552/ns_side/project_config.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2022, Arm Limited. All rights reserved.
+ * SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors
  *
  * SPDX-License-Identifier: BSD-3-Clause
  *
@@ -55,7 +55,7 @@
 
 #define ATTEST_STACK_SIZE                      0x700
 
-#define ATTEST_TOKEN_PROFILE_PSA_IOT_1         1
+#define ATTEST_TOKEN_PROFILE_PSA_2_0_0         1
 
 
 #define ITS_CREATE_FLASH_LAYOUT                1