mediatek: mt7622: Do not set CPU_SUBTYPE for Cortex A53
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>
This commit is contained in:
parent
1e0aeb2b55
commit
10ce015c65
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ ARCH:=aarch64
|
||||||
SUBTARGET:=mt7622
|
SUBTARGET:=mt7622
|
||||||
BOARDNAME:=MT7622
|
BOARDNAME:=MT7622
|
||||||
CPU_TYPE:=cortex-a53
|
CPU_TYPE:=cortex-a53
|
||||||
CPU_SUBTYPE:=neon-vfpv4
|
|
||||||
|
|
||||||
KERNELNAME:=Image dtbs
|
KERNELNAME:=Image dtbs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue