Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e462a2e authored by phanendra yarra's avatar phanendra yarra Committed by Gerrit - the friendly Code Review server
Browse files

firmware_class: Add an additional path to fw_path list



Add an additional path, /lib/firmware/image to the list of fw paths
that request_firmware looks into for the firmware images.

Change-Id: I100c4a394ce54859920a53221339da18304b3684
Signed-off-by: default avatarphanendra yarra <pyarra@codeaurora.org>
parent 4f11fdea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -303,7 +303,8 @@ static const char * const fw_path[] = {
	"/lib/firmware/updates",
	"/lib/firmware/" UTS_RELEASE,
	"/lib/firmware",
	"/lib64/firmware"
	"/lib64/firmware",
	"/lib/firmware/image"
};

/*