qatfw: Fix firmware autoloading for qat_c2xxx devices

r368193 was suppsed to rename the MOF firmware image, but the
qat_c2xxxfw makefile defined the two images in the wrong order so the
MMP image was renamed instead.

MFC after:	3 days
Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Mark Johnston 2020-12-23 11:31:47 -05:00
parent 92be2847e8
commit 3b216bfb6c

View File

@ -3,8 +3,8 @@
.PATH: ${SRCTOP}/sys/contrib/dev/qat
KMOD= qat_c2xxxfw
IMG1= mmp_firmware_c2xxx
IMG2= mof_firmware_c2xxx
IMG1= mof_firmware_c2xxx
IMG2= mmp_firmware_c2xxx
FIRMWS= ${IMG1}.bin:${KMOD}:111 ${IMG2}.bin:${IMG2}:111