public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tim Bird <tim.bird@am.sony.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] omap1510 Innovator works! - Thanks!
Date: Fri, 04 Feb 2005 11:50:20 -0800	[thread overview]
Message-ID: <4203D1FC.8070109@am.sony.com> (raw)

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

                 reply	other threads:[~2005-02-04 19:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4203D1FC.8070109@am.sony.com \
    --to=tim.bird@am.sony.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox