Skip to content

Commit 8c634f9

Browse files
michalek-nonvlsianpu
authored andcommitted
[nrf noup] boot: zephyr: Kconfig: nrf54l15 glitch detector
defaults SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE for MCUBOOT so detector stays on Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
1 parent 55a0fb5 commit 8c634f9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

boot/zephyr/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,13 @@ config BOOT_SIGNATURE_KEY_FILE
494494

495495
endif
496496

497+
config SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE
498+
bool "Skip disabling glitch detector"
499+
default y if SOC_SERIES_NRF54L
500+
help
501+
With this option, the glitch detector is not disabled during system initialization.
502+
The CPU runs with the default state of glitch detector.
503+
497504
config MCUBOOT_CLEANUP_ARM_CORE
498505
bool "Perform core cleanup before chain-load the application"
499506
depends on CPU_CORTEX_M || ARMV7_R

0 commit comments

Comments
 (0)