Update drivers/base/firmware_loader/main.c
This commit is contained in:
parent
60066c9a45
commit
b4086eefcb
|
|
@ -469,7 +469,8 @@ static const char * const fw_path[] = {
|
|||
"/lib/firmware/updates/" UTS_RELEASE,
|
||||
"/lib/firmware/updates",
|
||||
"/lib/firmware/" UTS_RELEASE,
|
||||
"/lib/firmware"
|
||||
"/lib/firmware",
|
||||
"/lib/firmware/ap6275p",
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue