firmware: take binaries from /lib/firmware/fmc

parent cf0d5e91
...@@ -48,8 +48,8 @@ static int spec_build_names(struct spec_dev *dev) ...@@ -48,8 +48,8 @@ static int spec_build_names(struct spec_dev *dev)
char *si, *so; char *si, *so;
int i; int i;
static char *templates[] = { static char *templates[] = {
[SPEC_NAME_FW] = "spec-%s.bin", [SPEC_NAME_FW] = "fmc/spec-%s.bin",
[SPEC_NAME_PROG] = "spec-%s-cpu.bin", /* will be .elf */ [SPEC_NAME_PROG] = "fmc/spec-%s-cpu.bin", /* will be .elf */
[SPEC_NAME_SUBMOD] = "spec-%s", /* .ko added by modprobe */ [SPEC_NAME_SUBMOD] = "spec-%s", /* .ko added by modprobe */
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment