mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
MIPS: rename M6201 core to M6250
m6201 is the -march option for GCC, but the real core name is M6250. 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:
parent
b2bae3b523
commit
e5b3fa3ae4
@ -51,8 +51,8 @@ config BR2_mips_m5150
|
|||||||
bool "M5150"
|
bool "M5150"
|
||||||
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_m6201
|
config BR2_mips_m6250
|
||||||
bool "M6201"
|
bool "M6250"
|
||||||
depends on !BR2_ARCH_IS_64
|
depends on !BR2_ARCH_IS_64
|
||||||
select BR2_MIPS_CPU_MIPS32R6
|
select BR2_MIPS_CPU_MIPS32R6
|
||||||
config BR2_mips_p5600
|
config BR2_mips_p5600
|
||||||
@ -143,7 +143,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 "m5101" if BR2_mips_m5150
|
default "m5101" if BR2_mips_m5150
|
||||||
default "m6201" if BR2_mips_m6201
|
default "m6201" if BR2_mips_m6250
|
||||||
default "p5600" if BR2_mips_p5600
|
default "p5600" if BR2_mips_p5600
|
||||||
default "mips32r2" if BR2_mips_xburst
|
default "mips32r2" if BR2_mips_xburst
|
||||||
default "mips64" if BR2_mips_64
|
default "mips64" if BR2_mips_64
|
||||||
|
@ -65,7 +65,7 @@ choice
|
|||||||
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
||||||
# Unsupported MIPS cores
|
# Unsupported MIPS cores
|
||||||
depends on !BR2_mips_interaptiv && !BR2_mips_m5150 && \
|
depends on !BR2_mips_interaptiv && !BR2_mips_m5150 && \
|
||||||
!BR2_mips_m6201 && !BR2_mips_i6400 && !BR2_mips_p6600
|
!BR2_mips_m6250 && !BR2_mips_i6400 && !BR2_mips_p6600
|
||||||
# musl mips64 unsupported
|
# musl mips64 unsupported
|
||||||
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
||||||
@ -76,7 +76,7 @@ choice
|
|||||||
depends on !BR2_arc
|
depends on !BR2_arc
|
||||||
depends on !BR2_microblaze
|
depends on !BR2_microblaze
|
||||||
# Unsupported MIPS cores
|
# Unsupported MIPS cores
|
||||||
depends on !BR2_mips_m6201 && !BR2_mips_p6600
|
depends on !BR2_mips_m6250 && !BR2_mips_p6600
|
||||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user