All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] arch/mips: remove some remaining mips1/2/3/4 bits
@ 2015-10-09 13:43 Vicente Olivert Riera
  2015-10-09 14:14 ` Gustavo Zacarias
  2015-10-09 21:20 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-10-09 13:43 UTC (permalink / raw)
  To: buildroot

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

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
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] arch/mips: remove some remaining mips1/2/3/4 bits
  2015-10-09 13:43 [Buildroot] [PATCH] arch/mips: remove some remaining mips1/2/3/4 bits Vicente Olivert Riera
@ 2015-10-09 14:14 ` Gustavo Zacarias
  2015-10-09 21:20 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-10-09 14:14 UTC (permalink / raw)
  To: buildroot

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] arch/mips: remove some remaining mips1/2/3/4 bits
  2015-10-09 13:43 [Buildroot] [PATCH] arch/mips: remove some remaining mips1/2/3/4 bits Vicente Olivert Riera
  2015-10-09 14:14 ` Gustavo Zacarias
@ 2015-10-09 21:20 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-10-09 21:20 UTC (permalink / raw)
  To: buildroot

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
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-09 21:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-09 13:43 [Buildroot] [PATCH] arch/mips: remove some remaining mips1/2/3/4 bits Vicente Olivert Riera
2015-10-09 14:14 ` Gustavo Zacarias
2015-10-09 21:20 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.