mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Add the initial support for the pico-imx6 variants. DDR initialization is based on the TechNexion's U-Boot code. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
		
			
				
	
	
		
			16 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_PICO_IMX6
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "pico-imx6"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "technexion"
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "mx6"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "pico-imx6"
 | |
| 
 | |
| endif
 |