Neon and vfpv4 are mandatory extensions in the ARM64 instruction set now, do not activate them explicitly. GCC will make use of these extension now by default. This makes it possible to share the toolchain with other Cortex A53 SoCs. Compile tested only. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			11 lines
		
	
	
		
			189 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			189 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
ARCH:=aarch64
 | 
						|
SUBTARGET:=mt7622
 | 
						|
BOARDNAME:=MT7622
 | 
						|
CPU_TYPE:=cortex-a53
 | 
						|
 | 
						|
KERNELNAME:=Image dtbs
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build firmware images for MediaTek MT7622 ARM based boards.
 | 
						|
endef
 |