mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	This adds platform code and the device tree for the Phytium Durian Board. The initial support comprises the UART and the PCIE. Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Kever Yang <kever.yang@rock-chips.com> Cc: Tom Rini <trini@konsulko.com> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Steven Hao <liuhao@phytium.com.cn>
		
			
				
	
	
		
			13 lines
		
	
	
		
			140 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			140 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
if TARGET_DURIAN
 | 
						|
 | 
						|
config SYS_BOARD
 | 
						|
	default "durian"
 | 
						|
 | 
						|
config SYS_VENDOR
 | 
						|
	default "phytium"
 | 
						|
 | 
						|
config SYS_CONFIG_NAME
 | 
						|
	default "durian"
 | 
						|
 | 
						|
endif
 |