[source] ramips/rt288x: switch CPU_TYPE to 24kc

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 24 04:18:13 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/e9405aa8fde90dcc51adc2b45113fd3a21b366f3

commit e9405aa8fde90dcc51adc2b45113fd3a21b366f3
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jan 24 12:25:05 2017 +0100

    ramips/rt288x: switch CPU_TYPE to 24kc
    
    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 at nbd.name>
---
 target/linux/ramips/rt288x/target.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/rt288x/target.mk b/target/linux/ramips/rt288x/target.mk
index 1e20e51..65ad68f 100644
--- a/target/linux/ramips/rt288x/target.mk
+++ b/target/linux/ramips/rt288x/target.mk
@@ -4,7 +4,7 @@
 
 SUBTARGET:=rt288x
 BOARDNAME:=RT288x based boards
-CPU_TYPE:=mips32r2
+CPU_TYPE:=24kc
 
 DEFAULT_PACKAGES += kmod-rt2800-soc
 



More information about the lede-commits mailing list