ramips/rt288x: switch CPU_TYPE to 24kc
authorFelix Fietkau <nbd@nbd.name>
Tue, 24 Jan 2017 11:25:05 +0000 (12:25 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 24 Jan 2017 12:15:01 +0000 (13:15 +0100)
While rt288x only has a MIPS 4KEc processor, it implements the MIPS32r2
architecture just like the 24Kc, so the instruction set should be 100%
compatible.
Switching it to 24kc allows it to share the package architecture with a
lot of other targets instead of creating a special case, saving
buildbot resources.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/ramips/rt288x/target.mk

index 1e20e51ed29926b397c293da0647ff44c527323e..65ad68fd81305e2a26a513f84672894aba78780f 100644 (file)
@@ -4,7 +4,7 @@
 
 SUBTARGET:=rt288x
 BOARDNAME:=RT288x based boards
 
 SUBTARGET:=rt288x
 BOARDNAME:=RT288x based boards
-CPU_TYPE:=mips32r2
+CPU_TYPE:=24kc
 
 DEFAULT_PACKAGES += kmod-rt2800-soc
 
 
 DEFAULT_PACKAGES += kmod-rt2800-soc