[LEDE-DEV] [PATCH 1/4] ar71xx: switch to 24kc
Jonas Gorski
jonas.gorski at gmail.com
Sun Aug 21 10:23:10 PDT 2016
GCC treats 24kc and 34kc exactly the same and will generate identical
code, so there is no need to tune to 34kc instead of 24kc.
Signed-off-by: Jonas Gorski <jonas.gorski at gmail.com>
---
target/linux/ar71xx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index 594b48e..c0d867c 100644
--- a/target/linux/ar71xx/Makefile
+++ b/target/linux/ar71xx/Makefile
@@ -10,7 +10,7 @@ ARCH:=mips
BOARD:=ar71xx
BOARDNAME:=Atheros AR7xxx/AR9xxx
FEATURES:=mips16
-CPU_TYPE=34kc
+CPU_TYPE=24kc
SUBTARGETS:=generic nand mikrotik
KERNEL_PATCHVER:=4.4
--
2.1.4
More information about the Lede-dev
mailing list