wifi: add fw path to support mt7668 wifi fw load

PD# 161514

Change-Id: I5e067f2fb6503f1f2b537a6b36fb69b0e8f30b87
Signed-off-by: Rongjun Chen <rongjun.chen@amlogic.com>
This commit is contained in:
Rongjun Chen
2018-03-15 16:02:46 +08:00
committed by Yixun Lan
parent eb001fe66a
commit ae14319851

View File

@@ -293,6 +293,7 @@ static const char * const fw_path[] = {
fw_path_para,
"/lib/firmware/updates/" UTS_RELEASE,
"/lib/firmware/updates",
"/vendor/firmware/",
"/lib/firmware/" UTS_RELEASE,
"/lib/firmware"
};