Skip to content

Commit

Permalink
ar71xx: switch to 24kc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
KanjiMonster authored and nbd168 committed Aug 23, 2016
1 parent c487bde commit 8cf1d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ar71xx/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 8cf1d64

Please sign in to comment.