diff mbox

arch/mips: remove some remaining mips1/2/3/4 bits

Message ID 1444398212-18584-1-git-send-email-Vincent.Riera@imgtec.com
State Accepted
Headers show

Commit Message

Vicente Olivert Riera Oct. 9, 2015, 1:43 p.m. UTC
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 arch/Config.in.mips |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

Comments

Gustavo Zacarias Oct. 9, 2015, 2:14 p.m. UTC | #1
On 09/10/15 10:43, Vicente Olivert Riera wrote:

> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Reviewed-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Thomas Petazzoni Oct. 9, 2015, 9:20 p.m. UTC | #2
Dear Vicente Olivert Riera,

On Fri, 9 Oct 2015 14:43:32 +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  arch/Config.in.mips |    8 ++------
>  1 files changed, 2 insertions(+), 6 deletions(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/arch/Config.in.mips b/arch/Config.in.mips
index 7630503..297977a 100644
--- a/arch/Config.in.mips
+++ b/arch/Config.in.mips
@@ -6,8 +6,8 @@  choice
 	help
 	  Specific CPU variant to use
 
-	  64bit cabable: 3, 4, 64, 64r2
-	  non-64bit capable: 1, 2, 32, 32r2
+	  64bit cabable: 64, 64r2
+	  non-64bit capable: 32, 32r2
 
 config BR2_mips_32
 	bool "mips 32"
@@ -65,10 +65,6 @@  config BR2_ARCH_HAS_ATOMICS
 	default y
 
 config BR2_GCC_TARGET_ARCH
-	default "mips1"		if BR2_mips_1
-	default "mips2"		if BR2_mips_2
-	default "mips3"		if BR2_mips_3
-	default "mips4"		if BR2_mips_4
 	default "mips32"	if BR2_mips_32
 	default "mips32r2"	if BR2_mips_32r2
 	default "mips64"	if BR2_mips_64