MLK-22907-3 fsl_mfgprot: Fix typo in sign_mppubk()
authorBreno Lima <breno.lima@nxp.com>
Sun, 27 Oct 2019 00:28:58 +0000 (21:28 -0300)
committerYe 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

index d08b7d1..bbb8065 100644 (file)
@@ -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 Public Key\n");
+       puts("\nSigning message with Manufacturing Protection Private Key\n");
 
        ret = run_descriptor_jr(dsc);
        if (ret) {