Skip to content

Commit

Permalink
ramips: switch from 24kec to 24kc
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
KanjiMonster committed Aug 8, 2016
1 parent b34ccf4 commit bebcb81
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion include/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/mt7620/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SUBTARGET:=mt7620
BOARDNAME:=MT7620 based boards
FEATURES+=usb
CPU_TYPE:=24kec
CPU_TYPE:=24kc

DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc kmod-mt76

Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/mt7628/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SUBTARGET:=mt7628
BOARDNAME:=MT7628 based boards
FEATURES+=usb
CPU_TYPE:=24kec
CPU_TYPE:=24kc

DEFAULT_PACKAGES += kmod-mt76

Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/mt7688/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SUBTARGET:=mt7688
BOARDNAME:=MT7688 based boards
FEATURES+=usb
CPU_TYPE:=24kec
CPU_TYPE:=24kc

DEFAULT_PACKAGES += kmod-mt76

Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/rt305x/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SUBTARGET:=rt305x
BOARDNAME:=RT3x5x/RT5350 based boards
FEATURES+=usb ramdisk
CPU_TYPE:=24kec
CPU_TYPE:=24kc

DEFAULT_PACKAGES += kmod-rt2800-soc

Expand Down

0 comments on commit bebcb81

Please sign in to comment.