summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2016-08-21 19:23:10 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-23 11:55:32 +0200
commit8cf1d64f1cff8ea3abb531d8c23e2a09a56e173f (patch)
tree92c28dc257d77a689a5b7fd6bb0db646cbcc9896 /target/linux/ar71xx
parentc487bde9e4e2e23e7af06635eaebbd71c6977c3a (diff)
downloadmaster-31e0f0ae-8cf1d64f1cff8ea3abb531d8c23e2a09a56e173f.tar.gz
master-31e0f0ae-8cf1d64f1cff8ea3abb531d8c23e2a09a56e173f.tar.bz2
master-31e0f0ae-8cf1d64f1cff8ea3abb531d8c23e2a09a56e173f.zip
ar71xx: switch to 24kc
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@gmail.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index 594b48ef2c..c0d867c1d9 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