common: attestation key: use debug for "ca head not found"
Change-Id: I2d685acbcf18fa21aad35813a23abcfe0cf465a8 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
644e344181
commit
f9f027c19e
|
|
@ -268,7 +268,7 @@ atap_result load_attestation_key(struct blk_desc *dev_desc,
|
|||
}
|
||||
|
||||
if (!validate_ca_header(ca_headr, sizeof(ca_headr))) {
|
||||
printf("ca head not found\n");
|
||||
debug("ca head not found\n");
|
||||
return ATAP_RESULT_ERROR_INVALID_HEAD;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue