public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] ARM: Fix arm architecture version for arm926ejs
@ 2006-07-06  8:05 Hiroki Kaminaga
  2006-07-06 14:34 ` George G. Davis
  0 siblings, 1 reply; 3+ messages in thread
From: Hiroki Kaminaga @ 2006-07-06  8:05 UTC (permalink / raw)
  To: u-boot

Hi,

In cpu/arm926ejs/config.mk, -march is specified as armv4, but actually
arm926ejs is armv5. This is a patch to fix -march option for arm926ejs.


---
Fix arm architecture version for arm926ejs

Signed-off-by: Hiroki Kaminaga <kaminaga@sm.sony.co.jp>

---

 config.mk |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: u-boot-1.1.4/cpu/arm926ejs/config.mk
===================================================================
--- u-boot-1.1.4.orig/cpu/arm926ejs/config.mk
+++ u-boot-1.1.4/cpu/arm926ejs/config.mk
@@ -24,7 +24,7 @@
 PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
 	-msoft-float
 
-PLATFORM_CPPFLAGS += -march=armv4
+PLATFORM_CPPFLAGS += -march=armv5
 # =========================================================================
 #
 # Supply options according to compiler version

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

* [U-Boot-Users] [PATCH] ARM: Fix arm architecture version for arm926ejs
  2006-07-06  8:05 [U-Boot-Users] [PATCH] ARM: Fix arm architecture version for arm926ejs Hiroki Kaminaga
@ 2006-07-06 14:34 ` George G. Davis
  2006-07-07  1:07   ` Hiroki Kaminaga
  0 siblings, 1 reply; 3+ messages in thread
From: George G. Davis @ 2006-07-06 14:34 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 06, 2006 at 05:05:54PM +0900, Hiroki Kaminaga wrote:
> Hi,
> 
> In cpu/arm926ejs/config.mk, -march is specified as armv4, but actually
> arm926ejs is armv5.

It's actually "armv5te".

--
Regards,
George

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

* [U-Boot-Users] [PATCH] ARM: Fix arm architecture version for arm926ejs
  2006-07-06 14:34 ` George G. Davis
@ 2006-07-07  1:07   ` Hiroki Kaminaga
  0 siblings, 0 replies; 3+ messages in thread
From: Hiroki Kaminaga @ 2006-07-07  1:07 UTC (permalink / raw)
  To: u-boot

From: "George G. Davis" <gdavis@mvista.com>
> > In cpu/arm926ejs/config.mk, -march is specified as armv4, but actually
> > arm926ejs is armv5.
> 
> It's actually "armv5te".

How about using -mcpu instead of -march, -mcpu=arm926ejs and would be
obvious.

Best Regards,

(Hiroki Kaminaga)
--

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

end of thread, other threads:[~2006-07-07  1:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06  8:05 [U-Boot-Users] [PATCH] ARM: Fix arm architecture version for arm926ejs Hiroki Kaminaga
2006-07-06 14:34 ` George G. Davis
2006-07-07  1:07   ` Hiroki Kaminaga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox