Skip to content
Snippets Groups Projects
Commit a204a074 authored by Jeff Belgum's avatar Jeff Belgum Committed by CQ bot account: commit-bot@chromium.org
Browse files

[bt][bcm] Update firmware path to the correct location

BT-841 #progress
TEST=fx syslog no longer shows error log messages indicating firmware
     could not be loaded.

Change-Id: Ie292fd4e811f649b350724084003f81f359f2578
parent 2fb72bba
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@
#define MAC_ADDR_LEN 6
#define FIRMWARE_PATH "BCM4345C4.bin"
// TODO: Determine firmware name based on controller version.
#define FIRMWARE_PATH "BCM4345C5.hcd"
#define FIRMWARE_DOWNLOAD_DELAY ZX_MSEC(50)
......@@ -403,8 +404,9 @@ static int bcm_hci_start_thread(void* arg) {
goto fail;
}
}
zxlogf(INFO, "bcm-hci: firmware loaded\n");
} else {
zxlogf(INFO, "bcm-hci: no firmware file found\n");
zxlogf(ERROR, "bcm-hci: no firmware file found\n");
}
// We're done with the command channel. Close it so that it can be opened by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment