mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	CONFIG_SECURE_BOOT is too generic and forbids to use it for cross architecture purposes. If Secure Boot is required for imx, this means to enable and use the HAB processor in the soc. Signed-off-by: Stefano Babic <sbabic@denx.de>
		
			
				
	
	
		
			18 lines
		
	
	
		
			260 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			260 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
 | |
|  */
 | |
| 
 | |
| #define __ASSEMBLY__
 | |
| #include <config.h>
 | |
| 
 | |
| IMAGE_VERSION	2
 | |
| BOOT_FROM	sd
 | |
| 
 | |
| /*
 | |
|  * Secure boot support
 | |
|  */
 | |
| #ifdef CONFIG_IMX_HAB
 | |
| CSF CONFIG_CSF_SIZE
 | |
| #endif
 |