fix to ensure updatekernel does not work with Amd blackfin flash and a kernel older than the current one

This commit is contained in:
2021-11-23 15:23:16 +01:00
parent d9686e0b6a
commit a101e18d60
4 changed files with 52 additions and 4 deletions

View File

@ -403,7 +403,8 @@ int verifyChecksum(char *mess, char *functionType, char *clientChecksum,
if (strcmp(clientChecksum, checksum)) {
sprintf(mess,
"Could not %s. Checksum of %s does not match. Client "
"checksum:%s, copied checksum:%s\n",
"checksum:%s, copied checksum:%. Please try again before "
"rebooting.\n",
functionType, msg, clientChecksum, checksum);
LOG(logERROR, (mess));
return FAIL;