Revert "firmware_loader: Add /vendor/firmware and /odm/firmware to search paths"
This reverts commit8744e80bcb
. Revert "firmware_loader: add /odm/firmware to fw_path[]" This reverts commitf830bcfc62
. Revert "firmware_loader: add /vendor/firmware to fw_path[]" This reverts commiteff67caa90
.
This commit is contained in:
parent
d14bfe8797
commit
f79984b59b
@ -481,12 +481,10 @@ static const char * const fw_path[] = {
|
||||
fw_path_para[7],
|
||||
fw_path_para[8],
|
||||
fw_path_para[9],
|
||||
"/vendor/firmware",
|
||||
"/odm/firmware",
|
||||
"/lib/firmware/updates/" UTS_RELEASE,
|
||||
"/lib/firmware/updates",
|
||||
"/lib/firmware/" UTS_RELEASE,
|
||||
"/lib/firmware",
|
||||
"/lib/firmware"
|
||||
};
|
||||
|
||||
static char strpath[PATH_SIZE * CUSTOM_FW_PATH_COUNT];
|
||||
|
Loading…
Reference in New Issue
Block a user