Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion soc/nordic/nrf54l/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ config SOC_NRF54LX_DISABLE_FICR_TRIMCNF

config SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE
bool "Skip disabling glitch detector"
default y if TRUSTED_EXECUTION_NONSECURE
default y if TRUSTED_EXECUTION_NONSECURE || IS_SECURE_BOOTLOADER || MCUBOOT
help
With this option, the glitch detector is not disabled during system initialization.
The CPU runs with the default state of glitch detector.
Expand Down
Loading