Skip to content

Commit 68ccc8e

Browse files
degjorvarlubos
authored andcommitted
boards: nordic: Clean up config name
Replace soc with board. Soc does not exist. Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent da19eac commit 68ccc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54lv10dk/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ elseif(CONFIG_SOC_NRF54LV10A_ENGA_CPUFLPR)
77
board_runner_args(jlink "--speed=4000")
88
endif()
99

10-
if(CONFIG_SOC_NRF54LV10A_ENGA_CPUAPP_NS)
10+
if(CONFIG_BOARD_NRF54LV10DK_NRF54LV10A_CPUAPP_NS)
1111
set(TFM_PUBLIC_KEY_FORMAT "full")
1212
endif()
1313

0 commit comments

Comments
 (0)