Skip to content

Commit a239c36

Browse files
Ahsan-Attaherbertx
authored andcommitted
crypto: qat - Rename dh895xcc mmp firmware
Resending again. The fw name suppoed to be 895xcc instead of 895xxcc. Sorry for the noise. Rename dh895xcc mmp fw to make it consistent with other mmp images. Signed-off-by: Ahsan Atta <[email protected]> Signed-off-by: Tadeusz Struk <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 5ca636b commit a239c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#define ADF_DH895XCC_VINTMSK_OFFSET(i) (0x3A000 + 0x200 + ((i) * 0x04))
8383
/* FW names */
8484
#define ADF_DH895XCC_FW "qat_895xcc.bin"
85-
#define ADF_DH895XCC_MMP "qat_mmp.bin"
85+
#define ADF_DH895XCC_MMP "qat_895xcc_mmp.bin"
8686

8787
void adf_init_hw_data_dh895xcc(struct adf_hw_device_data *hw_data);
8888
void adf_clean_hw_data_dh895xcc(struct adf_hw_device_data *hw_data);

0 commit comments

Comments
 (0)