public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH-OMAP3] OMAP3: Update ARM's if then else logic in examples Makefile
@ 2008-11-11 15:09 dirk.behme at googlemail.com
  2008-11-11 15:52 ` Jean-Christophe PLAGNIOL-VILLARD
  2008-11-12 21:49 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: dirk.behme at googlemail.com @ 2008-11-11 15:09 UTC (permalink / raw)
  To: u-boot

Update ARM's if then else logic.

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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [U-Boot] [PATCH-OMAP3] OMAP3: Update ARM's if then else logic in examples Makefile
@ 2008-11-11 16:03 dirk.behme at googlemail.com
  0 siblings, 0 replies; 5+ messages in thread
From: dirk.behme at googlemail.com @ 2008-11-11 16:03 UTC (permalink / raw)
  To: u-boot

Update ARM's if then else logic.

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

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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-13 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-11 15:09 [U-Boot] [PATCH-OMAP3] OMAP3: Update ARM's if then else logic in examples Makefile dirk.behme at googlemail.com
2008-11-11 15:52 ` Jean-Christophe PLAGNIOL-VILLARD
2008-11-12 21:49 ` Wolfgang Denk
2008-11-13 16:38   ` Dirk Behme
  -- strict thread matches above, loose matches on Subject: below --
2008-11-11 16:03 dirk.behme at googlemail.com

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