drivers: base: Add /vendor/firmware as a fallback

Change-Id: I31c3e8a72164b35e45e8b1595e619c534341a870
Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
Saalim Quadri 2021-05-19 19:43:41 +05:30 committed by Gagan Malvi
parent 1d26b3565f
commit f40a5d5deb
No known key found for this signature in database
GPG key ID: B932A7CE71E9198F

View file

@ -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"
};
/*