All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Set correct GCC tune option for ARM926T(==ARM926EJ-S) core
@ 2010-06-04 15:21 julien.boibessot at free.fr
  2010-06-08 21:34 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: julien.boibessot at free.fr @ 2010-06-04 15:21 UTC (permalink / raw)
  To: buildroot

From: Julien Boibessot <julien.boibessot@armadeus.com>


Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
---
 target/Config.in.arch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target/Config.in.arch b/target/Config.in.arch
index 1de679f..62721c9 100644
--- a/target/Config.in.arch
+++ b/target/Config.in.arch
@@ -594,7 +594,7 @@ config BR2_GCC_TARGET_TUNE
 	default arm920		if BR2_arm920
 	default arm920t		if BR2_arm920t
 	default arm922t		if BR2_arm922t
-	default arm9tdmi	if BR2_arm926t
+	default arm926ej-s	if BR2_arm926t
 	default arm1136j-s	if BR2_arm1136j_s
 	default arm1136jf-s	if BR2_arm1136jf_s
 	default arm1176jz-s	if BR2_arm1176jz_s
-- 
1.6.0.4

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

* [Buildroot] [PATCH] Set correct GCC tune option for ARM926T(==ARM926EJ-S) core
  2010-06-04 15:21 [Buildroot] [PATCH] Set correct GCC tune option for ARM926T(==ARM926EJ-S) core julien.boibessot at free.fr
@ 2010-06-08 21:34 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-06-08 21:34 UTC (permalink / raw)
  To: buildroot

>>>>> "julien" == julien boibessot <julien.boibessot@free.fr> writes:

 julien> From: Julien Boibessot <julien.boibessot@armadeus.com>
 julien> Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2010-06-08 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-04 15:21 [Buildroot] [PATCH] Set correct GCC tune option for ARM926T(==ARM926EJ-S) core julien.boibessot at free.fr
2010-06-08 21:34 ` 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.