All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] arch/Config.in.x86: fix bonnell typo
@ 2022-05-15 17:19 Romain Naour
  2022-05-15 18:11 ` Peter Korsgaard
  2022-05-29  8:24 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2022-05-15 17:19 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Thomas Petazzoni

Commit [1] added several x86 cpu variant and introduced a typo
(bonnel) on bonnell cpu.

Rename BR2_x86_bonnel to BR2_x86_bonnell without legacy
handling since it never worked.

Fixes:
http://autobuild.buildroot.net/results/2418106d30e07cf09834941e610c75dde78816d2/

[1] 653fa001f30414165cb54dde577688d78cca6b42

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 arch/Config.in.x86 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/Config.in.x86 b/arch/Config.in.x86
index 2560da922b..c770ae3ffe 100644
--- a/arch/Config.in.x86
+++ b/arch/Config.in.x86
@@ -286,9 +286,9 @@ config BR2_x86_atom
 	select BR2_X86_CPU_HAS_SSSE3
 	help
 	  This option is deprecated. Since gcc 4.9, the gcc option
-	  "bonnel" is preferred. Use BR2_x86_bonnel instead.
-config BR2_x86_bonnel
-	bool "bonnel"
+	  "bonnell" is preferred. Use BR2_x86_bonnell instead.
+config BR2_x86_bonnell
+	bool "bonnell"
 	select BR2_X86_CPU_HAS_MMX
 	select BR2_X86_CPU_HAS_SSE
 	select BR2_X86_CPU_HAS_SSE2
@@ -598,7 +598,7 @@ config BR2_GCC_TARGET_ARCH
 	default "broadwell"	if BR2_x86_broadwell
 	default "skylake"	if BR2_x86_skylake
 	default "atom"		if BR2_x86_atom
-	default "bonnel"	if BR2_x86_bonnel
+	default "bonnell"	if BR2_x86_bonnell
 	default "westmere"	if BR2_x86_westmere
 	default "silvermont"	if BR2_x86_silvermont
 	default "goldmont"	if BR2_x86_goldmont
-- 
2.35.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] arch/Config.in.x86: fix bonnell typo
  2022-05-15 17:19 [Buildroot] [PATCH] arch/Config.in.x86: fix bonnell typo Romain Naour
@ 2022-05-15 18:11 ` Peter Korsgaard
  2022-05-29  8:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-15 18:11 UTC (permalink / raw)
  To: Romain Naour; +Cc: Thomas Petazzoni, buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > Commit [1] added several x86 cpu variant and introduced a typo
 > (bonnel) on bonnell cpu.

 > Rename BR2_x86_bonnel to BR2_x86_bonnell without legacy
 > handling since it never worked.

 > Fixes:
 > http://autobuild.buildroot.net/results/2418106d30e07cf09834941e610c75dde78816d2/

 > [1] 653fa001f30414165cb54dde577688d78cca6b42

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] arch/Config.in.x86: fix bonnell typo
  2022-05-15 17:19 [Buildroot] [PATCH] arch/Config.in.x86: fix bonnell typo Romain Naour
  2022-05-15 18:11 ` Peter Korsgaard
@ 2022-05-29  8:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-29  8:24 UTC (permalink / raw)
  To: Romain Naour; +Cc: Thomas Petazzoni, buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > Commit [1] added several x86 cpu variant and introduced a typo
 > (bonnel) on bonnell cpu.

 > Rename BR2_x86_bonnel to BR2_x86_bonnell without legacy
 > handling since it never worked.

 > Fixes:
 > http://autobuild.buildroot.net/results/2418106d30e07cf09834941e610c75dde78816d2/

 > [1] 653fa001f30414165cb54dde577688d78cca6b42

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-05-29  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-15 17:19 [Buildroot] [PATCH] arch/Config.in.x86: fix bonnell typo Romain Naour
2022-05-15 18:11 ` Peter Korsgaard
2022-05-29  8:24 ` Peter Korsgaard

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.