[U-Boot-Users] omap1510 Innovator works! - Thanks!

Tim Bird tim.bird at am.sony.com
Fri Feb 4 20:50:20 CET 2005


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
=============================




More information about the U-Boot mailing list