Merge " base: firmware: add /lib64/firmware to firmware loading path"

This commit is contained in:
Linux Build Service Account 2017-06-27 22:10:52 -07:00 committed by Gerrit - the friendly Code Review server
commit f2485229cd

View file

@ -311,7 +311,8 @@ static const char * const fw_path[] = {
"/lib/firmware/updates/" UTS_RELEASE,
"/lib/firmware/updates",
"/lib/firmware/" UTS_RELEASE,
"/lib/firmware"
"/lib/firmware",
"/lib64/firmware"
};
/*