Skip to content

Commit 803d295

Browse files
committed
psa: Include region_defs.h where needed
We are moving to flash_layout.h and region_defs.h being more closely aligned with TF-M's version. As such, some of the Mbed PSA implementation needs to additionally include region_defs.h.
1 parent 808da40 commit 803d295

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/attest_boot_status_loader.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
#include "attestation.h"
2222
#include "attestation_bootloader_data.h"
2323
#include "tfm_impl/tfm_boot_status.h"
24+
#ifdef TARGET_TFM
25+
#include "region_defs.h"
26+
#endif
2427

2528
/*!
2629
* \def SHARED_DATA_INITIALZED and SHARED_DATA_UNNITIALZED

0 commit comments

Comments
 (0)