mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	removed sec_init() call from board files. sec is initialized based on job ring information processed from device tree. Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			269 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			269 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0-or-later */
 | |
| /*
 | |
|  * Copyright 2021 NXP
 | |
|  *
 | |
|  * Gaurav Jain <gaurav.jain@nxp.com>
 | |
|  */
 | |
| 
 | |
| #ifndef _U_BOOT_PPC_H_
 | |
| #define _U_BOOT_PPC_H_
 | |
| 
 | |
| #ifndef __ASSEMBLY__
 | |
| 
 | |
| int arch_misc_init(void);
 | |
| 
 | |
| #endif /* __ASSEMBLY__ */
 | |
| 
 | |
| #endif /* _U_BOOT_PPC_H_ */
 |