diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2016-08-21 19:23:11 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-23 11:55:32 +0200 |
commit | 46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e (patch) | |
tree | 67d703b6f5500acd146b6b9d99bb599778343010 /target/linux/lantiq/xrx200/target.mk | |
parent | 8cf1d64f1cff8ea3abb531d8c23e2a09a56e173f (diff) | |
download | mtk-20170518-46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e.zip mtk-20170518-46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e.tar.gz mtk-20170518-46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e.tar.bz2 |
lantiq: switch from 34k to 24k
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/lantiq/xrx200/target.mk')
-rw-r--r-- | target/linux/lantiq/xrx200/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk index a52816c..b998012 100644 --- a/target/linux/lantiq/xrx200/target.mk +++ b/target/linux/lantiq/xrx200/target.mk @@ -2,7 +2,7 @@ ARCH:=mips SUBTARGET:=xrx200 BOARDNAME:=XRX200 FEATURES:=squashfs atm mips16 nand ubifs -CPU_TYPE:=34kc +CPU_TYPE:=24kc DEFAULT_PACKAGES+=kmod-leds-gpio \ kmod-gpio-button-hotplug \ |