Skip to content

Commit

Permalink
sysbuild: Fix nRF70 firmware patch multi-image package
Browse files Browse the repository at this point in the history
There was a wrong nRF70 WiFi patch file taken into account for
multi-image package.

Signed-off-by: Arkadiusz Balys <[email protected]>
  • Loading branch information
ArekBalysNordic authored and anangl committed Jun 11, 2024
1 parent 7593162 commit 4af710a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bootloader/cmake/packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if(SB_CONFIG_DFU_MULTI_IMAGE_PACKAGE_BUILD)
list(APPEND dfu_multi_image_ids 1)
endif()

list(APPEND dfu_multi_image_paths "${PROJECT_BINARY_DIR}/nrf70.signed.hex")
list(APPEND dfu_multi_image_paths "${PROJECT_BINARY_DIR}/nrf70.signed.bin")
list(APPEND dfu_multi_image_targets nrf70_wifi_fw_patch_target)
endif()

Expand Down

0 comments on commit 4af710a

Please sign in to comment.