Revert "boards: arm: nrf5340: default to build TFM without BL2 for NS builds"
To give consistency with nrf91. Also, BL2 builds are now faster since
tfm-mcuboot is fetched via west.
This reverts commit 88a865c28d
.
Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
parent
e36aece07e
commit
3855d56ef9
|
@ -22,18 +22,6 @@ config BOARD
|
|||
config BUILD_WITH_TFM
|
||||
default y if BOARD_NRF5340DK_NRF5340_CPUAPPNS || BOARD_NRF5340PDK_NRF5340_CPUAPPNS
|
||||
|
||||
if BUILD_WITH_TFM
|
||||
|
||||
# By default, force building TF-M without bootloader support.
|
||||
|
||||
choice TFM_BL2
|
||||
bool
|
||||
prompt "BL2 configuration, should TFM build with MCUboot support"
|
||||
default TFM_BL2_FALSE
|
||||
endchoice
|
||||
|
||||
endif # BUILD_WITH_TFM
|
||||
|
||||
# Code Partition:
|
||||
#
|
||||
# For the secure version of the board the firmware is linked at the beginning
|
||||
|
|
Loading…
Reference in a new issue