Skip to content

Commit e424380

Browse files
committed
sysbuild: flpr: remove nRF54L05 and nRF54L10 from the support list
Removed the nRF54L05 and the nRF54L10 board targets from the support list for the FLPR core support Kconfig. The nrf54l15dk/nrf54l05/cpuflpr and the nrf54l15dk/nrf54l10/cpuflpr board targets are not yet defined. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
1 parent cd6d9ed commit e424380

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sysbuild/Kconfig.flprcore

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
config SUPPORT_FLPRCORE
66
bool
7-
default y if (SOC_NRF54L05_CPUAPP || SOC_NRF54L10_CPUAPP || SOC_NRF54L15_CPUAPP || \
8-
SOC_NRF54H20_CPUAPP)
7+
default y if (SOC_NRF54L15_CPUAPP || SOC_NRF54H20_CPUAPP)
98

109
if SUPPORT_FLPRCORE
1110

0 commit comments

Comments
 (0)