mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	The SAMA5D2 ICP Board features the SAMA5D27 SoC, together with QSPI Flash, Wilc3000 wireless device and EtherCat support. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_SAMA5D2_ICP
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "sama5d2_icp"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "atmel"
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "at91"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "sama5d2_icp"
 | |
| 
 | |
| endif
 |