aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-06-21 16:54:15 +0000
committerJohn Crispin <john@openwrt.org>2013-06-21 16:54:15 +0000
commit44b1688e6c7b4f16f7165fbd560e1183aef69090 (patch)
tree01c783c1dffc286ac0ed10aa7fc88f828007b78e /target/linux/lantiq/falcon
parent5d441ae7eaa46a351ca8ca32486b499dee9332e6 (diff)
downloadupstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.tar.gz
upstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.tar.bz2
upstream-44b1688e6c7b4f16f7165fbd560e1183aef69090.zip
lantiq: Tune the XWAY subtarget cflags
This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2. Although the Danube has a Mips 24KEc core performs well with the above cflags. Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 37006
Diffstat (limited to 'target/linux/lantiq/falcon')
-rw-r--r--target/linux/lantiq/falcon/target.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/falcon/target.mk b/target/linux/lantiq/falcon/target.mk
index 14ac402473..b7af20c79c 100644
--- a/target/linux/lantiq/falcon/target.mk
+++ b/target/linux/lantiq/falcon/target.mk
@@ -3,6 +3,7 @@ SUBTARGET:=falcon
BOARDNAME:=Falcon
FEATURES:=squashfs
DEVICE_TYPE:=other
+CFLAGS+= -mtune=mips32r2
DEFAULT_PACKAGES+= kmod-ifxos gpon-base-files kmod-leds-gpio kmod-ledtrig-heartbeat \
kmod-gpon-optic-drv gpon-optic-drv kmod-gpon-onu-drv gpon-onu-drv \