diff options
author | Sakari Ailus <[email protected]> | 2018-12-12 06:13:10 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2018-12-17 15:03:52 -0500 |
commit | d84273453689038be914a31b28f372147ceafee6 (patch) | |
tree | d3c6d15d9125d64699e55e6c1db370c04020c427 | |
parent | faa9ce7c59a756dccb9fbc5a1dcabb143ddb6287 (diff) |
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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/staging/media/ipu3/ipu3-css-fw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/ipu3/ipu3-css-fw.h b/drivers/staging/media/ipu3/ipu3-css-fw.h index d1ffe5170e74..07d8bb8b25f3 100644 --- a/drivers/staging/media/ipu3/ipu3-css-fw.h +++ b/drivers/staging/media/ipu3/ipu3-css-fw.h @@ -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; |