mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	Add support for the Altera Arria V development kit. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@opensource.altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Pavel Machek <pavel@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Vince Bridgers <vbridger@opensource.altera.com>
		
			
				
	
	
		
			32 lines
		
	
	
		
			387 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			387 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_SOCFPGA_CYCLONE5
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "socfpga"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "altera"
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "socfpga"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "socfpga_cyclone5"
 | |
| 
 | |
| endif
 | |
| 
 | |
| if TARGET_SOCFPGA_ARRIA5
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "socfpga"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "altera"
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "socfpga"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "socfpga_arria5"
 | |
| 
 | |
| endif
 |