Skip to content

Commit e0ad51e

Browse files
SebastianBoefabiobaltieri
authored andcommitted
soc: nordic: gen_uicr: Enable IS_GEN_UICR_IMAGE by default
Enable IS_GEN_UICR_IMAGE by default for the gen_uicr image. A recent change accidentally made this default n, and broke a bunch of users. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent c47de21 commit e0ad51e

File tree

1 file changed

+7
-0
lines changed
  • soc/nordic/common/uicr/gen_uicr

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config IS_GEN_UICR_IMAGE
5+
default y
6+
7+
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)