diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-09 18:37:11 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-18 07:10:19 +0200 |
commit | 10ce015c652b1e48c1c113604e26481626fa6059 (patch) | |
tree | 11eb9f579c2a4952955dcb76e8b18aeabe5a0f7f | |
parent | 1e0aeb2b55d59a6944e2f1cac1cca71f5d79ce83 (diff) | |
download | mtk-20170518-10ce015c652b1e48c1c113604e26481626fa6059.zip mtk-20170518-10ce015c652b1e48c1c113604e26481626fa6059.tar.gz mtk-20170518-10ce015c652b1e48c1c113604e26481626fa6059.tar.bz2 |
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>
-rw-r--r-- | target/linux/mediatek/mt7622/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7622/target.mk b/target/linux/mediatek/mt7622/target.mk index 1fc33b8..b271869 100644 --- a/target/linux/mediatek/mt7622/target.mk +++ b/target/linux/mediatek/mt7622/target.mk @@ -2,7 +2,6 @@ ARCH:=aarch64 SUBTARGET:=mt7622 BOARDNAME:=MT7622 CPU_TYPE:=cortex-a53 -CPU_SUBTYPE:=neon-vfpv4 KERNELNAME:=Image dtbs |