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/xway/target.mk | |
parent | 8cf1d64f1cff8ea3abb531d8c23e2a09a56e173f (diff) | |
download | upstream-46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e.tar.gz upstream-46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e.tar.bz2 upstream-46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e.zip |
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/xway/target.mk')
-rw-r--r-- | target/linux/lantiq/xway/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk index 1fe6bc4bda..3c90b24857 100644 --- a/target/linux/lantiq/xway/target.mk +++ b/target/linux/lantiq/xway/target.mk @@ -2,7 +2,7 @@ ARCH:=mips SUBTARGET:=xway BOARDNAME:=XWAY FEATURES:=squashfs atm mips16 nand ubifs ramdisk -CPU_TYPE:=34kc +CPU_TYPE:=24kc DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug |