Browse Source

ipq806x: change compiler flags to arm cortex-a15

Signed-off-by: Josh Bendavid <[email protected]>
Josh Bendavid 9 years ago
parent
commit
15bcda4be6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ipq806x/Makefile

+ 1 - 1
target/linux/ipq806x/Makefile

@@ -6,7 +6,7 @@ ARCH:=arm
 BOARD:=ipq806x
 BOARDNAME:=Qualcomm Atheros IPQ806X
 FEATURES:=squashfs nand ubifs fpu
-CPU_TYPE:=cortex-a9
+CPU_TYPE:=cortex-a15
 CPU_SUBTYPE:=neon-vfpv4
 MAINTAINER:=John Crispin <[email protected]>