Re: [U-Boot] [PATCH-OMAP3] OMAP3: Update ARM's if then else logic in examples Makefile

2008-11-13 Thread Dirk Behme
Dear Wolfgang,

Wolfgang Denk wrote:
> Dear [EMAIL PROTECTED],
> 
> In message <[EMAIL PROTECTED]> you wrote:
> 
>>Update ARM's if then else logic.
>>
>>---
>> examples/Makefile |6 +++---
>> 1 files changed, 3 insertions(+), 3 deletions(-)
> 
> 
> Hm... wouldn't it make  sense  to  explicitely  state  against  which
> repository this patch (and all other of your patches) was (were) made
> resp. where you want to have it added?

Hm, I think this info is already there? Have you noticed the 
"[PATCH-OMAP3] OMAP3" in subject? Having this identifier in subject is 
the way Jean-Christophe likes to have patches for u-boot-arm/omap3 [1] 
[2] marked.

Regarding my pending patches, there is one exception and this is

http://lists.denx.de/pipermail/u-boot/2008-November/043220.html

This is for (u-boot-arm) mainline as expressed by "ARM" in subject. As 
mentioned in note of this patch, I did it against mainline cause 
u-boot-arm wasn't in sync with mainline while creating that patch. But 
as u-boot-arm is in sync with mainline again now, it should apply 
there, too.

Best regards

Dirk

[1] http://lists.denx.de/pipermail/u-boot/2008-November/042897.html

[2] 
http://git.denx.de/?p=u-boot/u-boot-arm.git;a=shortlog;h=refs/heads/omap3


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH-OMAP3] OMAP3: Update ARM's if then else logic in examples Makefile

2008-11-12 Thread Wolfgang Denk
Dear [EMAIL PROTECTED],

In message <[EMAIL PROTECTED]> you wrote:
> Update ARM's if then else logic.
> 
> ---
>  examples/Makefile |6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

Hm... wouldn't it make  sense  to  explicitely  state  against  which
repository this patch (and all other of your patches) was (were) made
resp. where you want to have it added? For mainline, it just wouldn't
work (as you probably know).

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
: 1.  What is the possibility of this being added in the future?
In the near future, the probability is close to zero. In the  distant
future, I'll be dead, and posterity can do whatever they like... :-)
  - lwall
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH-OMAP3] OMAP3: Update ARM's if then else logic in examples Makefile

2008-11-11 Thread dirk . behme
Update ARM's if then else logic.

Signed-off-by: Dirk Behme <[EMAIL PROTECTED]>

---
 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 = 0x4
 endif
 
 ifeq ($(ARCH),arm)
-LOAD_ADDR = 0xc10
 ifeq ($(BOARD),omap2420h4)
 LOAD_ADDR = 0x8030
-endif
-ifeq ($(CPU),omap3)
+else ifeq ($(CPU),omap3)
 LOAD_ADDR = 0x8030
+else
+LOAD_ADDR = 0xc10
 endif
 endif
 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH-OMAP3] OMAP3: Update ARM's if then else logic in examples Makefile

2008-11-11 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:09 Tue 11 Nov , [EMAIL PROTECTED] wrote:
> Update ARM's if then else logic.
> 
sob missing

Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH-OMAP3] OMAP3: Update ARM's if then else logic in examples Makefile

2008-11-11 Thread dirk . behme
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 = 0x4
 endif
 
 ifeq ($(ARCH),arm)
-LOAD_ADDR = 0xc10
 ifeq ($(BOARD),omap2420h4)
 LOAD_ADDR = 0x8030
-endif
-ifeq ($(CPU),omap3)
+else ifeq ($(CPU),omap3)
 LOAD_ADDR = 0x8030
+else
+LOAD_ADDR = 0xc10
 endif
 endif
 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot