From: Felix Fietkau Date: Sat, 14 Nov 2015 14:22:24 +0000 (+0000) Subject: ipq806x: enable vfpv4 support and set cpu type to cortex-a9 X-Git-Tag: reboot~1559 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=06f79fe8416966573b408f2607e6d3b02d230125;p=openwrt%2Fstaging%2Flynxis.git ipq806x: enable vfpv4 support and set cpu type to cortex-a9 Signed-off-by: Felix Fietkau SVN-Revision: 47468 --- diff --git a/include/target.mk b/include/target.mk index 102b3a0d35..f1292987f2 100644 --- a/include/target.mk +++ b/include/target.mk @@ -244,6 +244,7 @@ ifeq ($(DUMP),1) CPU_CFLAGS_neon = -mfpu=neon CPU_CFLAGS_vfp = -mfpu=vfp CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16 + CPU_CFLAGS_neon-vfpv4 = -mfpu=neon-vfpv4 endif endif ifeq ($(ARCH),powerpc) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 45f83ddcdf..97a40cfe07 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -6,7 +6,8 @@ ARCH:=arm BOARD:=ipq806x BOARDNAME:=Qualcomm Atheros IPQ806X FEATURES:=squashfs nand ubifs -CPU_TYPE:=cortex-a7 +CPU_TYPE:=cortex-a9 +CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin KERNEL_PATCHVER:=3.18