|
@@ -51,6 +51,10 @@ config BR2_mips_m5100
|
|
bool "M5100"
|
|
bool "M5100"
|
|
depends on !BR2_ARCH_IS_64
|
|
depends on !BR2_ARCH_IS_64
|
|
select BR2_MIPS_CPU_MIPS32R5
|
|
select BR2_MIPS_CPU_MIPS32R5
|
|
|
|
+config BR2_mips_m5101
|
|
|
|
+ bool "M5101"
|
|
|
|
+ depends on !BR2_ARCH_IS_64
|
|
|
|
+ select BR2_MIPS_CPU_MIPS32R5
|
|
config BR2_mips_64
|
|
config BR2_mips_64
|
|
bool "Generic MIPS64"
|
|
bool "Generic MIPS64"
|
|
depends on BR2_ARCH_IS_64
|
|
depends on BR2_ARCH_IS_64
|
|
@@ -114,6 +118,7 @@ config BR2_GCC_TARGET_ARCH
|
|
default "mips32r6" if BR2_mips_32r6
|
|
default "mips32r6" if BR2_mips_32r6
|
|
default "interaptiv" if BR2_mips_interaptiv
|
|
default "interaptiv" if BR2_mips_interaptiv
|
|
default "m5100" if BR2_mips_m5100
|
|
default "m5100" if BR2_mips_m5100
|
|
|
|
+ default "m5101" if BR2_mips_m5101
|
|
default "mips64" if BR2_mips_64
|
|
default "mips64" if BR2_mips_64
|
|
default "mips64r2" if BR2_mips_64r2
|
|
default "mips64r2" if BR2_mips_64r2
|
|
default "mips64r5" if BR2_mips_64r5
|
|
default "mips64r5" if BR2_mips_64r5
|