mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Stout is an entry level development board based on R-Car H2 SoC (R8A7790) This commit supports the following peripherals: - SCIFA, I2C, Ethernet, QSPI, SDHI0/2, CPLD Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			137 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			137 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_STOUT
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "stout"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "renesas"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "stout"
 | |
| 
 | |
| endif
 |