Skip to content

Commit 603e5ac

Browse files
committed
samples: tfm_hello_world: Set downgrade prevetion
Set the CONFIG_MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION option for the bootladers test case. This used to be enabled in the CI and we prefer to have it in the yaml file to be more visible. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 0e7c992 commit 603e5ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/tfm/tfm_hello_world/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ tests:
2020
sample.tfm.hello_world.bootloaders:
2121
tags: tfm ci_build
2222
extra_args: CONFIG_BOOTLOADER_MCUBOOT=y CONFIG_SECURE_BOOT=y
23+
CONFIG_MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION=y
2324
platform_exclude: nrf54l15pdk_nrf54l15_cpuapp_ns
2425

2526
sample.tfm.hello_world.bootloaders_debug:

0 commit comments

Comments
 (0)