]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: ipu3-imgu: Fix firmware binary location
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 12 Dec 2018 11:13:10 +0000 (06:13 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 17 Dec 2018 20:03:52 +0000 (15:03 -0500)
The firmware binary is located under "intel" directory in the
linux-firmware repository. Reflect this in the driver.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/staging/media/ipu3/ipu3-css-fw.h

index d1ffe5170e74aff19fd4d400b0e6802bcaadb7f7..07d8bb8b25f35b81b2486390913ceee6df5baa9e 100644 (file)
@@ -6,7 +6,7 @@
 
 /******************* Firmware file definitions *******************/
 
-#define IMGU_FW_NAME                   "ipu3-fw.bin"
+#define IMGU_FW_NAME                   "intel/ipu3-fw.bin"
 
 typedef u32 imgu_fw_ptr;