mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	mx7_common: Fix SPL compilation with secure boot support enabled
The SPL MISC driver support must be enabled, so that the driver can use OTP fuse to check if HAB is enabled. Signed-off-by: Eran Matityahu <eran.m@variscite.com>
This commit is contained in:
		
							parent
							
								
									7906ed4fdd
								
							
						
					
					
						commit
						dad75e241c
					
				| @ -59,6 +59,9 @@ | |||||||
| /* Secure boot (HAB) support */ | /* Secure boot (HAB) support */ | ||||||
| #ifdef CONFIG_SECURE_BOOT | #ifdef CONFIG_SECURE_BOOT | ||||||
| #define CONFIG_CSF_SIZE			0x2000 | #define CONFIG_CSF_SIZE			0x2000 | ||||||
|  | #ifdef CONFIG_SPL_BUILD | ||||||
|  | #define CONFIG_SPL_DRIVERS_MISC_SUPPORT | ||||||
|  | #endif | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #endif | #endif | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user