mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	Modern NXP i.MX series includes several different families, based on single- or multi-core Arm Cortex-A CPUs. To be able to support more families within a single target, we split the 'imx' in arch-specific subtargets, starting with 'cortexa9' for the Cortex-A9 based i.MX 6, already supported by the original 'imx6' target. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			168 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			168 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BOARDNAME:=NXP i.MX with Cortex-A9
 | |
| CPU_TYPE:=cortex-a9
 | |
| CPU_SUBTYPE:=neon
 | |
| 
 | |
| define Target/Description
 | |
| 	Build firmware images for NXP i.MX (Cortex-A9) based boards.
 | |
| endef
 |