MIPS: remove M5100 core
This is a microcontroller class (MCU) core which is not suitable for running Linux. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f9fb1d59f5
commit
84bd58d5bb
@@ -47,10 +47,6 @@ config BR2_mips_interaptiv
|
||||
bool "interAptiv"
|
||||
depends on !BR2_ARCH_IS_64
|
||||
select BR2_MIPS_CPU_MIPS32R2
|
||||
config BR2_mips_m5100
|
||||
bool "M5100"
|
||||
depends on !BR2_ARCH_IS_64
|
||||
select BR2_MIPS_CPU_MIPS32R5
|
||||
config BR2_mips_m5101
|
||||
bool "M5101"
|
||||
depends on !BR2_ARCH_IS_64
|
||||
@@ -146,7 +142,6 @@ config BR2_GCC_TARGET_ARCH
|
||||
default "mips32r5" if BR2_mips_32r5
|
||||
default "mips32r6" if BR2_mips_32r6
|
||||
default "interaptiv" if BR2_mips_interaptiv
|
||||
default "m5100" if BR2_mips_m5100
|
||||
default "m5101" if BR2_mips_m5101
|
||||
default "m6201" if BR2_mips_m6201
|
||||
default "p5600" if BR2_mips_p5600
|
||||
|
||||
Reference in New Issue
Block a user