Skip to content

Commit 82600f4

Browse files
joerchancarlescufi
authored andcommitted
boards: Refactor comment on default and identation on help text
Refactor help text for TFM_FLASH_MERGED_BINARY to use the standard indentation of tab plus 2 spaces. Reword BUILD_WITH_TFM default comment, TF-M is enabled by default, not forced enabled. Signed-off-by: Joakim Andersson <[email protected]>
1 parent 51978d9 commit 82600f4

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

boards/arm/bl5340_dvk/Kconfig.defconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ endif # DAC
3636
endif # BOARD_BL5340_DVK_CPUAPP
3737

3838
# By default, if we build for a Non-Secure version of the board,
39-
# force building with TF-M as the Secure Execution Environment.
40-
39+
# enable building with TF-M as the Secure Execution Environment.
4140
config BUILD_WITH_TFM
4241
default y if BOARD_BL5340_DVK_CPUAPP_NS
4342

boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ config ENTROPY_BT_HCI
1313
depends on ENTROPY_GENERATOR
1414

1515
# By default, if we build for a Non-Secure version of the board,
16-
# force building with TF-M as the Secure Execution Environment.
17-
16+
# enable building with TF-M as the Secure Execution Environment.
1817
config BUILD_WITH_TFM
1918
default y if BOARD_NRF5340DK_NRF5340_CPUAPP_NS
2019

boards/arm/nrf9160dk_nrf9160/Kconfig.defconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ config BOARD
99
default "nrf9160dk_nrf9160"
1010

1111
# By default, if we build for a Non-Secure version of the board,
12-
# force building with TF-M as the Secure Execution Environment.
13-
12+
# enable building with TF-M as the Secure Execution Environment.
1413
config BUILD_WITH_TFM
1514
default y if BOARD_NRF9160DK_NRF9160_NS
1615

modules/trusted-firmware-m/Kconfig.tfm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,10 @@ endif # !TFM_BL2
317317
config TFM_FLASH_MERGED_BINARY
318318
bool
319319
help
320-
This option instructs west flash to program the
321-
combined (merged) binary consisting of the TF-M
322-
Secure firmware image, optionally, the BL2 image
323-
(if building with TFM_BL2 is enabled), and the
324-
Non-Secure application firmware.
320+
This option instructs west flash to program the combined (merged)
321+
binary consisting of the TF-M Secure firmware image, optionally, the
322+
BL2 image (if building with TFM_BL2 is enabled), and the Non-Secure
323+
application firmware.
325324

326325
config TFM_LOG_LEVEL_SILENCE
327326
bool "TF-M Disable secure logging"

0 commit comments

Comments
 (0)