mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	E2220-1170 is a Tegra210 bringup board with onboard SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B port, and sockets for various expansion modules. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			151 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			151 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_E2220_1170
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "e2220-1170"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "nvidia"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "e2220-1170"
 | |
| 
 | |
| endif
 |