aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@googlemail.com>2016-11-25 20:57:25 +0100
committerJohn Crispin <john@phrozen.org>2016-12-20 09:35:36 +0100
commit305704f405fbc347a17dd69c1354ec3da448ea15 (patch)
tree497dc5dd8214113e07da8edb59792d570bb0ea44 /target/linux/mediatek
parent15734b023b7e04d12d258ea28bfb5e6e735f10b7 (diff)
downloadupstream-305704f405fbc347a17dd69c1354ec3da448ea15.tar.gz
upstream-305704f405fbc347a17dd69c1354ec3da448ea15.tar.bz2
upstream-305704f405fbc347a17dd69c1354ec3da448ea15.zip
mediatek: enable support for vfpv4 and neon
While researching for the armvirt target, I looked at the existing arm platforms. It turns out that the mediatek target with its sole MT7623N/A chip is sold as a "highly integrated multimedia network router system-on-chip". To that end, it lists support for the "NEON multimedia processing engine with SIMDv2 / VFPv4 ISA support". <http://topics.mediatek.com/en/products/connectivity/wifi/home-network/wifi-ap/mt7623na/> So this patch enables the CPU_SUBTYPE to use this information. This should have the nice side effect that LEDE's phase2 builders no longer need to built a separate "cortex-a7" target, so this should free up some resources. Cc: John Crispin <john@phrozen.org> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r--target/linux/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile
index 689ba31b02..e3eecd5886 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -7,6 +7,7 @@ BOARD:=mediatek
BOARDNAME:=MediaTek Ralink ARM
FEATURES:=squashfs nand ubifs
CPU_TYPE:=cortex-a7
+CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=4.4