Skip to content

Commit 7894331

Browse files
Revert "[nrf fromlist] soc: nordic: Add nRF54L09 FLPR"
This reverts commit 79b52ed. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent e56e2ce commit 7894331

File tree

5 files changed

+1
-24
lines changed

5 files changed

+1
-24
lines changed

soc/nordic/common/vpr/Kconfig.sysbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
config VPR_LAUNCHER
55
bool "VPR launcher"
66
default y
7-
depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54H20_CPUFLPR || SOC_NRF54L09_ENGA_CPUFLPR || SOC_NRF54L15_CPUFLPR || SOC_NRF54L20_ENGA_CPUFLPR || SOC_NRF9280_CPUPPR)
7+
depends on (SOC_NRF54H20_CPUPPR || SOC_NRF54H20_CPUFLPR || SOC_NRF54L15_CPUFLPR || SOC_NRF54L20_ENGA_CPUFLPR || SOC_NRF9280_CPUPPR)
88
help
99
Include VPR launcher in build.
1010
VPR launcher is a minimal sample built for an ARM core that starts given VPR core.

soc/nordic/nrf54l/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ config SOC_NRF54L15_CPUAPP
3737
config SOC_NRF54L05_CPUFLPR
3838
select RISCV_CORE_NORDIC_VPR
3939

40-
config SOC_NRF54L09_ENGA_CPUFLPR
41-
select RISCV_CORE_NORDIC_VPR
42-
4340
config SOC_NRF54L10_CPUFLPR
4441
select RISCV_CORE_NORDIC_VPR
4542

soc/nordic/nrf54l/Kconfig.defconfig.nrf54l09_enga_cpuflpr

Lines changed: 0 additions & 11 deletions
This file was deleted.

soc/nordic/nrf54l/Kconfig.soc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ config SOC_NRF54L09_ENGA_CPUAPP
3939
help
4040
NRF54L09 ENGA CPUAPP
4141

42-
config SOC_NRF54L09_ENGA_CPUFLPR
43-
bool
44-
select SOC_NRF54L09_ENGA
45-
help
46-
NRF54L09 ENGA CPUFLPR
47-
48-
4942
config SOC_NRF54L10
5043
bool
5144
select SOC_SERIES_NRF54LX

soc/nordic/soc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ family:
2828
- name: nrf54l09
2929
cpuclusters:
3030
- name: cpuapp
31-
- name: cpuflpr
3231
- name: nrf54l10
3332
cpuclusters:
3433
- name: cpuapp
@@ -112,7 +111,6 @@ runners:
112111
- nrf54l05/cpuflpr
113112
- qualifiers:
114113
- nrf54l09/cpuapp
115-
- nrf54l09/cpuflpr
116114
- qualifiers:
117115
- nrf54l10/cpuapp
118116
- nrf54l10/cpuflpr

0 commit comments

Comments
 (0)