* [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
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 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.