Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH master 3/3] MIPS: rename M6201 core to M6250
Date: Tue, 8 Nov 2016 10:32:58 +0000	[thread overview]
Message-ID: <20161108103258.32196-3-Vincent.Riera@imgtec.com> (raw)
In-Reply-To: <20161108103258.32196-1-Vincent.Riera@imgtec.com>

m6201 is the -march option for GCC, but the real core name is
M6250.

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

diff --git a/arch/Config.in.mips b/arch/Config.in.mips
index f407d9a..c14a133 100644
--- a/arch/Config.in.mips
+++ b/arch/Config.in.mips
@@ -51,8 +51,8 @@ config BR2_mips_m5150
 	bool "M5150"
 	depends on !BR2_ARCH_IS_64
 	select BR2_MIPS_CPU_MIPS32R5
-config BR2_mips_m6201
-	bool "M6201"
+config BR2_mips_m6250
+	bool "M6250"
 	depends on !BR2_ARCH_IS_64
 	select BR2_MIPS_CPU_MIPS32R6
 config BR2_mips_p5600
@@ -130,7 +130,7 @@ config BR2_GCC_TARGET_ARCH
 	default "mips32r6"	if BR2_mips_32r6
 	default "interaptiv"	if BR2_mips_interaptiv
 	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 "mips64"	if BR2_mips_64
 	default "mips64r2"	if BR2_mips_64r2
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index eb1479a..0a63e6a 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -65,7 +65,7 @@ choice
 		depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
 		# Unsupported MIPS cores
 		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
 		depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
 		select BR2_TOOLCHAIN_GCC_AT_LEAST_5
@@ -76,7 +76,7 @@ choice
 		depends on !BR2_arc
 		depends on !BR2_microblaze
 		# 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
 
 endchoice
-- 
2.10.1

  parent reply	other threads:[~2016-11-08 10:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08 10:32 [Buildroot] [PATCH master 1/3] MIPS: remove M5100 core Vicente Olivert Riera
2016-11-08 10:32 ` [Buildroot] [PATCH master 2/3] MIPS: rename M5101 core to M5150 Vicente Olivert Riera
2016-11-08 22:25   ` Arnout Vandecappelle
2016-11-13 15:44   ` Yann E. MORIN
2016-11-08 10:32 ` Vicente Olivert Riera [this message]
2016-11-08 22:27   ` [Buildroot] [PATCH master 3/3] MIPS: rename M6201 core to M6250 Arnout Vandecappelle
2016-11-08 22:19 ` [Buildroot] [PATCH master 1/3] MIPS: remove M5100 core Arnout Vandecappelle
2016-11-08 22:25   ` Arnout Vandecappelle
2016-11-09 21:45 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161108103258.32196-3-Vincent.Riera@imgtec.com \
    --to=vincent.riera@imgtec.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox