mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	This adds some essential files required by new 'cortexa7' subtarget, dedicated for Cortex-A7 based NXP i.MX series. For now, the kernel config-default focuses only on the i.MX 6UL family, as the following changeset will introduce support for i.MX 6ULL based device. Support for more platforms (e.g. i.MX 7) might be enabled later, while adding more devices. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BOARDNAME:=NXP i.MX with Cortex-A7
 | |
| CPU_TYPE:=cortex-a7
 | |
| CPU_SUBTYPE:=neon-vfpv4
 | |
| 
 | |
| define Target/Description
 | |
| 	Build firmware images for NXP i.MX (Cortex-A7) based boards.
 | |
| endef
 |