Re: [U-Boot] [PATCH 1/1] avr32/hsdramc: Move conditional compilation to Makefile

2009-11-26 Thread Tom
Wolfgang Denk wrote:
 Dear Tom,
 
 In message 1244889058-5961-1-git-send-email-plagn...@jcrosoft.com JC wrote:
 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com
 Cc: Haavard Skinnemoen haavard.skinnem...@atmel.com
 ---
  cpu/at32ap/Makefile  |2 +-
  cpu/at32ap/hsdramc.c |3 ---
  2 files changed, 1 insertions(+), 4 deletions(-)
 
 Can you please check the status of this patch:
 http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/61467
 
 It was acked by Haavard, so mayby you could apply it now?  Thanks.
 
 Best regards,
 
 Wolfgang Denk
 
Pushed to arm/next
Thanks
Tom

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


Re: [U-Boot] [PATCH 1/1] avr32/hsdramc: Move conditional compilation to Makefile

2009-11-22 Thread Wolfgang Denk
Dear Tom,

In message 1244889058-5961-1-git-send-email-plagn...@jcrosoft.com JC wrote:
 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com
 Cc: Haavard Skinnemoen haavard.skinnem...@atmel.com
 ---
  cpu/at32ap/Makefile  |2 +-
  cpu/at32ap/hsdramc.c |3 ---
  2 files changed, 1 insertions(+), 4 deletions(-)

Can you please check the status of this patch:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/61467

It was acked by Haavard, so mayby you could apply it now?  Thanks.

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: w...@denx.de
PoB = Prisoner of Bill -- those held captive, unwillingly or other-
wise, by the contemptible Microsoft monopoly.
 -- Tom Christiansen in 6abo45$3l...@csnews.cs.colorado.edu
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/1] avr32/hsdramc: Move conditional compilation to Makefile

2009-06-13 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com
Cc: Haavard Skinnemoen haavard.skinnem...@atmel.com
---
 cpu/at32ap/Makefile  |2 +-
 cpu/at32ap/hsdramc.c |3 ---
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/cpu/at32ap/Makefile b/cpu/at32ap/Makefile
index e08f273..60899c7 100644
--- a/cpu/at32ap/Makefile
+++ b/cpu/at32ap/Makefile
@@ -30,7 +30,7 @@ LIB   := $(obj)lib$(CPU).a
 START-y+= start.o
 
 COBJS-y+= cpu.o
-COBJS-y+= hsdramc.o
+COBJS-$(CONFIG_SYS_HSDRAMC) += hsdramc.o
 COBJS-y+= exception.o
 COBJS-y+= cache.o
 COBJS-y+= interrupts.o
diff --git a/cpu/at32ap/hsdramc.c b/cpu/at32ap/hsdramc.c
index f74121c..b6eae66 100644
--- a/cpu/at32ap/hsdramc.c
+++ b/cpu/at32ap/hsdramc.c
@@ -21,7 +21,6 @@
  */
 #include common.h
 
-#ifdef CONFIG_SYS_HSDRAMC
 #include asm/io.h
 #include asm/sdram.h
 
@@ -116,5 +115,3 @@ unsigned long sdram_init(void *sdram_base, const struct 
sdram_config *config)
 
return sdram_size;
 }
-
-#endif /* CONFIG_SYS_HSDRAMC */
-- 
1.6.3.1

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


Re: [U-Boot] [PATCH 1/1] avr32/hsdramc: Move conditional compilation to Makefile

2009-06-13 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD wrote:
 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com
 Cc: Haavard Skinnemoen haavard.skinnem...@atmel.com

Acked-by: Haavard Skinnemoen haavard.skinnem...@atmel.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot