mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	Add support for Data Modul i.MX8M Plus eDM SBC board. This is an evaluation board for various custom display units. Currently supported are serial console, ethernet, eMMC, SD, SPI NOR, USB. Signed-off-by: Marek Vasut <marex@denx.de>
		
			
				
	
	
		
			16 lines
		
	
	
		
			264 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			264 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_IMX8MP_DATA_MODUL_EDM_SBC
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "imx8mp_edm_sbc"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "data_modul"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "imx8mp_data_modul_edm_sbc"
 | |
| 
 | |
| config IMX_CONFIG
 | |
| 	default "board/data_modul/imx8mp_edm_sbc/imximage.cfg"
 | |
| 
 | |
| endif
 |