Skip to content

Commit

Permalink
modules: hal_infineon: wifi_host_driver: Fix blob case
Browse files Browse the repository at this point in the history
FIx the name of the cyw43xx_fw_bin

Signed-off-by: Sreeram Tatapudi <[email protected]>
  • Loading branch information
sreeramIfx authored and carlescufi committed Apr 5, 2024
1 parent 89c057a commit cc2898e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/hal_infineon/wifi-host-driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ if(CONFIG_CYW43439 AND NOT CONFIG_AIROC_WIFI_CUSTOM)
set(cyw43xx_fw_bin ${hal_blobs_dir}/firmware/COMPONENT_43439/43439A0-mfgtest.bin)
zephyr_library_sources(${hal_wifi_dir_resources}/firmware/COMPONENT_43439/43439A0-mfgtest_bin.c)
else()
set(cyw43xx_fw_bin ${hal_blobs_dir}/firmware/COMPONENT_43439/43439A0.bin)
zephyr_library_sources(${hal_wifi_dir_resources}/firmware/COMPONENT_43439/43439A0_bin.c)
set(cyw43xx_fw_bin ${hal_blobs_dir}/firmware/COMPONENT_43439/43439a0.bin)
zephyr_library_sources(${hal_wifi_dir_resources}/firmware/COMPONENT_43439/43439a0_bin.c)
endif()
endif()

Expand Down

0 comments on commit cc2898e

Please sign in to comment.