ipq806x: enable vfpv4 support and set cpu type to cortex-a9
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47468
This commit is contained in:
parent
cb0c8da7c2
commit
06f79fe841
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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 <blogic@openwrt.org>
|
||||
|
||||
KERNEL_PATCHVER:=3.18
|
||||
|
|
Loading…
Reference in a new issue