mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	fsl_mfgprot: Fix typo in sign_mppubk()
The signature is generated using manufacturing protection private key. Fix typo in fsl_mfgprot.c. Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
		
							parent
							
								
									69f542ca2b
								
							
						
					
					
						commit
						58fc03e2a6
					
				@ -138,7 +138,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);
 | 
						flush_dcache_range((unsigned long)d, (unsigned long)d + size);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Execute Job Descriptor */
 | 
						/* 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);
 | 
						ret = run_descriptor_jr(dsc);
 | 
				
			||||||
	if (ret) {
 | 
						if (ret) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user