public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: dirk.behme at googlemail.com <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH-OMAP3 v2] OMAP3: Update ARM's if then else logic in examples Makefile
Date: Tue, 11 Nov 2008 17:51:25 +0100	[thread overview]
Message-ID: <4919b80c.1c185e0a.32ca.ffffeb22@mx.google.com> (raw)

Update ARM's if then else logic.

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>

---

Changes in v2:

- Make make happy regaring if then else logic "each if can only have one else".
Don't take examples from mailing list without testing ;)

Version v2 makes previous version v1 of this patch obsolete.

 examples/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

Index: u-boot-arm/examples/Makefile
===================================================================
--- u-boot-arm.orig/examples/Makefile
+++ u-boot-arm/examples/Makefile
@@ -30,12 +30,14 @@ LOAD_ADDR = 0x40000
 endif
 
 ifeq ($(ARCH),arm)
-LOAD_ADDR = 0xc100000
 ifeq ($(BOARD),omap2420h4)
 LOAD_ADDR = 0x80300000
-endif
+else
 ifeq ($(CPU),omap3)
 LOAD_ADDR = 0x80300000
+else
+LOAD_ADDR = 0xc100000
+endif
 endif
 endif
 

             reply	other threads:[~2008-11-11 16:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-11 16:51 dirk.behme at googlemail.com [this message]
2008-11-20 23:42 ` [U-Boot] [PATCH-OMAP3 v2] OMAP3: Update ARM's if then else logic in examples Makefile Jean-Christophe PLAGNIOL-VILLARD

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=4919b80c.1c185e0a.32ca.ffffeb22@mx.google.com \
    --to=dirk.behme@googlemail.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