File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 5
5
6
6
if BOARD_NRF9131EK_NRF9131 || BOARD_NRF9131EK_NRF9131_NS
7
7
8
- # By default, if we build for a Non-Secure version of the board,
9
- # enable building with TF-M as the Secure Execution Environment.
10
- config BUILD_WITH_TFM
11
- default y if BOARD_NRF9131EK_NRF9131_NS
12
-
13
- if BUILD_WITH_TFM
14
-
15
- # By default, if we build with TF-M, instruct build system to
16
- # flash the combined TF-M (Secure) & Zephyr (Non Secure) image
17
- config TFM_FLASH_MERGED_BINARY
18
- bool
19
- default y
20
-
21
- endif # BUILD_WITH_TFM
22
-
23
8
# For the secure version of the board the firmware is linked at the beginning
24
9
# of the flash, or into the code-partition defined in DT if it is intended to
25
10
# be loaded by MCUboot. If the secure firmware is to be combined with a non-
You can’t perform that action at this time.
0 commit comments