From 46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 21 Aug 2016 19:23:11 +0200 Subject: 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 --- target/linux/lantiq/xway/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/xway') 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 -- cgit v1.2.3