Commit b10a4053 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Thomas Petazzoni
Browse files

Disable MIPS64 ISAs for MIPS32 targets



Currently you can select MIPS64 ISAs, like mips64 and mips64r2, for
MIPS32 targets. This is incorrect, so we disable the possibility to do
that.

Reviewed-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
Signed-off-by: default avatarVicente Olivert Riera <vincent.riera@imgtec.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 836b0ff7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,8 +29,10 @@ config BR2_mips_32r2
	depends on !BR2_ARCH_IS_64
config BR2_mips_64
	bool "mips 64"
	depends on BR2_ARCH_IS_64
config BR2_mips_64r2
	bool "mips 64r2"
	depends on BR2_ARCH_IS_64
endchoice