File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
#include <stdbool.h>
10
10
#include "secure_utilities.h"
11
11
#include "tfm_api.h"
12
- #if TFM_PSA_API
12
+ #ifdef TFM_PSA_API
13
13
#include "tfm_utils.h"
14
14
#include "tfm_internal.h"
15
15
#endif
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ enum spm_err_t tfm_spm_db_init(void)
112
112
part_ptr = & (g_spm_partition_db .partitions [
113
113
g_spm_partition_db .partition_count ]);
114
114
part_ptr -> static_data .partition_id = TFM_SP_NON_SECURE_ID ;
115
- #if TFM_PSA_API
115
+ #ifdef TFM_PSA_API
116
116
part_ptr -> static_data .partition_flags = SPM_PART_FLAG_APP_ROT |
117
117
SPM_PART_FLAG_IPC ;
118
118
part_ptr -> static_data .partition_priority = TFM_PRIORITY_LOW ;
You can’t perform that action at this time.
0 commit comments