projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c9286
)
MLK-22907-3 fsl_mfgprot: Fix typo in sign_mppubk()
author
Breno Lima
<breno.lima@nxp.com>
Sun, 27 Oct 2019 00:28:58 +0000
(21:28 -0300)
committer
Ye Li
<ye.li@nxp.com>
Thu, 29 Apr 2021 07:56:35 +0000
(
00:56
-0700)
The signature is generated using manufacturing protection private key.
Fix typo in fsl_mfgprot.c.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
(cherry picked from commit
a14286a86fd73b6dcd2d15c3051c17653922a50f
)
(cherry picked from commit
619e69d0891c4d2a0590de088048fe0b67277297
)
drivers/crypto/fsl/fsl_mfgprot.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/fsl/fsl_mfgprot.c
b/drivers/crypto/fsl/fsl_mfgprot.c
index
d08b7d1
..
bbb8065
100644
(file)
--- a/
drivers/crypto/fsl/fsl_mfgprot.c
+++ b/
drivers/crypto/fsl/fsl_mfgprot.c
@@
-140,7
+140,7
@@
int sign_mppubk(const u8 *m, int data_size, u8 *dgst, u8 *c, u8 *d)
flush_dcache_range((unsigned long)d, (unsigned long)d + size);
/* Execute Job Descriptor */
- puts("\nSigning message with Manufacturing Protection P
ublic
Key\n");
+ puts("\nSigning message with Manufacturing Protection P
rivate
Key\n");
ret = run_descriptor_jr(dsc);
if (ret) {