mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	RK3568 is a high-performance and low power quad-core application processor designed for personal mobile internet device and AIoT equipments. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			204 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			204 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0+ */
 | 
						|
/*
 | 
						|
 * (C) Copyright 2021 Rockchip Electronics Co., Ltd
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __ASM_ARCH_BOOT0_H__
 | 
						|
#define __ASM_ARCH_BOOT0_H__
 | 
						|
 | 
						|
#include <asm/arch-rockchip/boot0.h>
 | 
						|
 | 
						|
#endif
 |