Skip to content

Commit ee22de2

Browse files
axelnxpdleach02
authored andcommitted
rw61x: fix wrong BLE/15.4 combo firmware name
Wrong firmware name is currently used by the MONOLITHIC_NXP_NBU feature leading to build issues even after running `west blobs fetch hal_nxp` Fix it by using the correct name. Signed-off-by: Axel Le Bourhis <[email protected]>
1 parent c9f73c7 commit ee22de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/src/rw61x/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(CONFIG_NXP_MONOLITHIC_WIFI OR CONFIG_NXP_MONOLITHIC_NBU)
1616
endif()
1717
if(CONFIG_NXP_MONOLITHIC_NBU)
1818
if(CONFIG_SOC_RW612)
19-
set(signed_binary_blob_name rw61x_sb_combo_a2.bin)
19+
set(signed_binary_blob_name rw61x_sb_ble_15d4_combo_a2.bin)
2020
else()
2121
set(signed_binary_blob_name rw61x_sb_ble_a2.bin)
2222
endif()

0 commit comments

Comments
 (0)