mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	This change allows to keep board description clean and minimalistic. This is especially helpful if one board may house different CPUs with different features. It is applicable to both FPGA-based boards or those that have CPUs mounted on interchnagable daughter-boards. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			111 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			111 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_ARCANGEL4
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "synopsys"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "arcangel4"
 | |
| 
 | |
| endif
 |