mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	- Provide a default Kconfig value of the default script - Largely continue to define this via the board Kconfig file - For the boards that select a script based on defconfig rather than TARGET, keep this within the defconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_SOFTING_VINING_2000
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "vining_2000"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "softing"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "vining_2000"
 | |
| 
 | |
| config IMX_CONFIG
 | |
| 	default "board/softing/vining_2000/imximage.cfg"
 | |
| 
 | |
| endif
 |