media: ipu3-imgu: Fix firmware binary location

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>
This commit is contained in:
Sakari Ailus 2018-12-12 06:13:10 -05:00 committed by Mauro Carvalho Chehab
parent faa9ce7c59
commit d842734536
1 changed files with 1 additions and 1 deletions

View 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;