mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Add a board_early_init_f() in board_init_f() and move the board specific init code into its own board file. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			195 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			195 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * (C) Copyright 2016 Rockchip Electronics Co.,Ltd
 | |
|  */
 | |
| 
 | |
| #ifndef _ASM_ARCH_SYS_PROTO_H
 | |
| #define _ASM_ARCH_SYS_PROTO_H
 | |
| 
 | |
| #endif /* _ASM_ARCH_SYS_PROTO_H */
 |