public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] omap1510 Innovator works! - Thanks!
@ 2005-02-04 19:50 Tim Bird
  0 siblings, 0 replies; only message in thread
From: Tim Bird @ 2005-02-04 19:50 UTC (permalink / raw)
  To: u-boot

I just wanted to say thanks for the great software.  I had been using
rrload on my omap1510 innovator board.  Yesterday, I got u-boot 1.1.2
compiled, loading, running, and flashed on the board - and I'm
very happy!  It's nice to have a more full-featured bootloader for
my development work.  Networking worked, as did all serial, memory
and flash operations that I tested.

I had to change one CFLAG in cpu/arm925t/config.mk:
I changed -mshort-load-bytes to -malignment-traps, to support
my gcc 3.4.3 compiler.

A patch similar to this was submitted previously and rejected,
because it breaks older compilers.  I'm only including it here
for others who may care. (This is not a request for integration.)

-----------
diff -u -u -r1.1 -r1.2
--- config.mk	3 Feb 2005 18:10:36 -0000	1.1
+++ config.mk	3 Feb 2005 23:38:00 -0000	1.2
@@ -22,6 +22,6 @@
 #

 PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
-	-mshort-load-bytes -msoft-float
+	-malignment-traps -msoft-float

 PLATFORM_CPPFLAGS += -mapcs-32 -march=armv4
-------------

I notice that there's no doc/README.omap1510inn.  I'd be willing
to write one if no one else is already working on one (although I'm
not an expert by any means.)

Thanks again for u-boot!
 -- Tim

=============================
Tim Bird
Architecture Group Chair, CE Linux Forum
Senior Staff Engineer, Sony Electronics
=============================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-04 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04 19:50 [U-Boot-Users] omap1510 Innovator works! - Thanks! Tim Bird

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