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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user