firmware_loader: add /vendor/firmware to fw_path[]
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
parent
9da09438f5
commit
eff67caa90
@ -484,7 +484,8 @@ static const char * const fw_path[] = {
|
||||
"/lib/firmware/updates/" UTS_RELEASE,
|
||||
"/lib/firmware/updates",
|
||||
"/lib/firmware/" UTS_RELEASE,
|
||||
"/lib/firmware"
|
||||
"/lib/firmware",
|
||||
"/vendor/firmware",
|
||||
};
|
||||
|
||||
static char strpath[PATH_SIZE * CUSTOM_FW_PATH_COUNT];
|
||||
|
Loading…
Reference in New Issue
Block a user