commit | 8b0599edadd6c7a19abb297675a091ec955c9995 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Wed Apr 10 13:38:34 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 17 17:06:13 2024 -0600 |
tree | 793f2495401abb2e062eadd93501a5760c3a7f39 | |
parent | c7c9f0940cf045bbd65c75b2d84b31affca4fc96 [diff] |
arm: mach-k3: security: Lower verbosity of cert message for GP When we find a certificate on an image to be booted on a GP device we print out a message explaining that the certificate is being skipped. This message is rather long and is printed for every image. Shorten the message and make the long version into a debug message. Signed-off-by: Andrew Davis <afd@ti.com> Tested-by: Jonathan Humphreys <j-humphreys@ti.com>