Skip to content

Commit 230e79f

Browse files
mswarowskyVge0rge
authored andcommitted
[nrf fromtree] sample: tfm_secure_partition: Change tfm_partition_defs to tfm_config
The target tfm_partition_defs got removed and tfm_config gets used now so updating it Signed-off-by: Markus Swarowsky <[email protected]> (cherry picked from commit e8eeecd) Signed-off-by: Markus Swarowsky <[email protected]>
1 parent ecbf166 commit 230e79f

File tree

1 file changed

+1
-1
lines changed
  • samples/tfm_integration/tfm_secure_partition/dummy_partition

1 file changed

+1
-1
lines changed

samples/tfm_integration/tfm_secure_partition/dummy_partition/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ target_link_libraries(tfm_partitions
5050
tfm_app_rot_partition_dp
5151
)
5252

53-
target_compile_definitions(tfm_partition_defs
53+
target_compile_definitions(tfm_config
5454
INTERFACE
5555
TFM_PARTITION_DUMMY_PARTITION
5656
)

0 commit comments

Comments
 (0)