mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	UDOO Neo Board is a development board from Seco that has three models:
 - UDOO Neo Basic
 - UDOO Neo Basic Kick Starter
 - UDOO Neo Extended
 - UDOO Neo Full
All versions are based on the i.MX6 SoloX processor.
For more details about the UDOO Neo board, please refer to:
http://www.udoo.org/udoo-neo/
This work is based on a previous commit of Francesco Montefoschi
<francesco.monte@gmail.com>:
877b71184a
Only tested on the UDOO Neo Full board.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
		
	
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			138 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			138 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_UDOO_NEO
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "udoo"
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "neo"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "udoo_neo"
 | |
| 
 | |
| endif
 |