mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	This commit adds basic support including: MMC, Serial console Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_TS4600
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "ts4600"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "technologic"
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "mxs"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "ts4600"
 | |
| 
 | |
| endif
 |