Skip to content

Commit 78a3d18

Browse files
nordicjmnvlsianpu
authored andcommitted
[nrf noup] boot: zephyr: Fix renamed Kconfig
nrf-squash! [nrf noup] boot: zephyr: Add bm firmware loader code Fixws a Kconfig that was renamed Signed-off-by: Jamie McCrae <[email protected]>
1 parent 29bcb74 commit 78a3d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/zephyr/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ zephyr_library_sources(
6969
keys.c
7070
)
7171

72-
if(CONFIG_NRF_BM)
72+
if(CONFIG_NCS_BM)
7373
zephyr_library_sources(io_bm.c)
7474
else()
7575
zephyr_library_sources(io.c)
@@ -161,7 +161,7 @@ elseif(CONFIG_SINGLE_APPLICATION_SLOT)
161161
)
162162
zephyr_library_include_directories(${BOOT_DIR}/bootutil/src)
163163
elseif(CONFIG_BOOT_FIRMWARE_LOADER)
164-
if(CONFIG_NRF_BM)
164+
if(CONFIG_NCS_BM)
165165
zephyr_library_sources(
166166
${BOOT_DIR}/zephyr/firmware_loader_bm.c
167167
)

0 commit comments

Comments
 (0)