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
 |