[source] ipq806x: change compiler flags to arm cortex-a15

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 17 08:29:19 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=15bcda4be615253c52aa76a4456cf38f4462d6c1

commit 15bcda4be615253c52aa76a4456cf38f4462d6c1
Author: Josh Bendavid <joshbendavid at gmail.com>
AuthorDate: Wed Jul 13 11:20:19 2016 +0200

    ipq806x: change compiler flags to arm cortex-a15
    
    Signed-off-by: Josh Bendavid <joshbendavid at gmail.com>
---
 target/linux/ipq806x/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index 0a7a777..8725a11 100644
--- a/target/linux/ipq806x/Makefile
+++ b/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 <john at phrozen.org>
 



More information about the lede-commits mailing list