Skip to content

Commit 714f201

Browse files
committed
tests: bl_validation_ff_key: Fix key path
Specify the key path through sysbuild Kconfigs. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no> Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 1da1fcd commit 714f201

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# Copyright (c) 2024 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
config SECURE_BOOT_DEBUG_NO_VERIFY_HASHES
8+
bool
9+
default y
10+
11+
config SECURE_BOOT_PUBLIC_KEY_FILES
12+
default "$(ZEPHYR_NRF_MODULE_DIR)/tests/subsys/bootloader/bl_validation_ff_key/ff_pub.pem"
13+
14+
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"

0 commit comments

Comments
 (0)