We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f588c commit c1df16dCopy full SHA for c1df16d
subsys/partition_manager/CMakeLists.txt
@@ -134,7 +134,7 @@ if (CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_FLASH)
134
ncs_add_partition_manager_config(pm.yml.modem_trace)
135
endif()
136
137
-if (CONFIG_SOC_NRF54L15_ENGA_CPUFLPR OR SOC_NRF54L15_ENGA_CPUFLPR)
+if (CONFIG_SOC_NRF54L15_ENGA_CPUFLPR OR CONFIG_SOC_NRF54L15_CPUFLPR)
138
ncs_add_partition_manager_config(pm.yml.vpr_launcher)
139
140
0 commit comments