Skip to content

Commit 0bbcedd

Browse files
SebastianBoenordicjm
authored andcommitted
samples: nrf54h20: Explicitly enable CONFIG_IS_GEN_UICR_IMAGE
CONFIG_IS_GEN_UICR_IMAGE was accidentally not enabled by default upstream requiring us to explicitly enable it. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 670c06a commit 0bbcedd

File tree

5 files changed

+9
-0
lines changed
  • samples
    • crypto/persistent_key_usage/sysbuild/uicr
    • ironside_se
  • tests/drivers/watchdog/uicr_wdtstart/sysbuild

5 files changed

+9
-0
lines changed

samples/crypto/persistent_key_usage/sysbuild/uicr/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
# Intentionally left blank
5+
CONFIG_IS_GEN_UICR_IMAGE=y

samples/ironside_se/protectedmem_periphconf/sysbuild/uicr.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#
44
# Configuration overlay for uicr image
55

6+
CONFIG_IS_GEN_UICR_IMAGE=y
7+
68
# Enable PROTECTEDMEM
79
CONFIG_GEN_UICR_PROTECTEDMEM=y
810

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

4+
CONFIG_IS_GEN_UICR_IMAGE=y
5+
46
# Configuration overlay for uicr image
57
# Enable UICR.SECONDARY.ENABLE
68
CONFIG_GEN_UICR_SECONDARY=y

samples/ironside_se/secondary_boot_trigger_lockup/sysbuild/uicr.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

4+
CONFIG_IS_GEN_UICR_IMAGE=y
5+
46
# Configuration overlay for uicr image
57
# Enable UICR.SECONDARY with automatic trigger on APPLICATIONLOCKUP
68
CONFIG_GEN_UICR_SECONDARY=y

tests/drivers/watchdog/uicr_wdtstart/sysbuild/uicr.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

4+
CONFIG_IS_GEN_UICR_IMAGE=y
5+
46
# Allow Ironside to configure and start WDT
57
CONFIG_GEN_UICR_WDTSTART=y
68

0 commit comments

Comments
 (0)