Author: nbd
Date: 2015-11-14 15:22:24 +0100 (Sat, 14 Nov 2015)
New Revision: 47468

Modified:
   trunk/include/target.mk
   trunk/target/linux/ipq806x/Makefile
Log:
ipq806x: enable vfpv4 support and set cpu type to cortex-a9

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/include/target.mk
===================================================================
--- trunk/include/target.mk     2015-11-13 23:51:31 UTC (rev 47467)
+++ trunk/include/target.mk     2015-11-14 14:22:24 UTC (rev 47468)
@@ -244,6 +244,7 @@
       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)

Modified: trunk/target/linux/ipq806x/Makefile
===================================================================
--- trunk/target/linux/ipq806x/Makefile 2015-11-13 23:51:31 UTC (rev 47467)
+++ trunk/target/linux/ipq806x/Makefile 2015-11-14 14:22:24 UTC (rev 47468)
@@ -6,7 +6,8 @@
 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 <[email protected]>
 
 KERNEL_PATCHVER:=3.18
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to