drivers: base: Add /vendor/firmware as a fallback
Change-Id: I31c3e8a72164b35e45e8b1595e619c534341a870 Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
parent
1d26b3565f
commit
f40a5d5deb
1 changed files with 2 additions and 1 deletions
|
@ -288,7 +288,8 @@ static const char * const fw_path[] = {
|
|||
"/lib/firmware/updates",
|
||||
"/lib/firmware/" UTS_RELEASE,
|
||||
"/lib/firmware",
|
||||
"/system/vendor/firmware"
|
||||
"/system/vendor/firmware",
|
||||
"/vendor/firmware"
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue