Skip to content

Commit e14a581

Browse files
michalek-nonordicjm
authored andcommitted
lib: fprotect: set backend for 54l10 and 54l05
changing SOC_NRF54L15 for more general symbol SOC_SERIES_NRF54LX to take into account 54l10 and 54l05 soc's. Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 9541c22 commit e14a581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fprotect/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ elseif (CONFIG_HAS_HW_NRF_ACL)
1111
set(FPROTECT_SRC fprotect_acl.c)
1212
elseif (CONFIG_HAS_HW_NRF_BPROT OR CONFIG_HAS_HW_NRF_MPU)
1313
set(FPROTECT_SRC fprotect_bprot.c)
14-
elseif (CONFIG_SOC_NRF54L15)
14+
elseif (CONFIG_SOC_SERIES_NRF54LX)
1515
set(FPROTECT_SRC fprotect_rram.c)
1616
else()
1717
message(FATAL_ERROR "No fprotect backend selected.")

0 commit comments

Comments
 (0)