summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2016-08-08 11:27:04 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2016-08-08 11:29:56 +0200
commitbebcb81da5dacb82f6876ae777bc13f5465d0eaa (patch)
treea07f20c35dda6549bf9339d4fb90c3aaa48794cc /include
parentb34ccf45dff7635d2b5d4cab7b86a596f1bf4980 (diff)
downloadmaster-31e0f0ae-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.tar.gz
master-31e0f0ae-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.tar.bz2
master-31e0f0ae-bebcb81da5dacb82f6876ae777bc13f5465d0eaa.zip
ramips: switch from 24kec to 24kc
Since the only difference between 24Kec and 24Kc is the addition of DSP ASE support, and we don't use it anymore, there is no need to keep 24Kec as a separate cpu type. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/target.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 696b463857..7fe48ecbe3 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -167,7 +167,6 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_mips32r2 = -mips32r2 -mtune=mips32r2
CPU_CFLAGS_mips64 = -mips64 -mtune=mips64 -mabi=64
CPU_CFLAGS_24kc = -mips32r2 -mtune=24kc
- CPU_CFLAGS_24kec = -mips32r2 -mtune=24kec
CPU_CFLAGS_34kc = -mips32r2 -mtune=34kc
CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc
CPU_CFLAGS_1004kc = -mips32r2 -mtune=1004kc