Re: [U-Boot] [PATCH 0/3] Get AVR32 boards working with partial linking

2011-04-12 Thread Wolfgang Denk
Dear Reinhard Meyer,

In message 4d52ae98.3020...@emk-elektronik.de you wrote:

   common/cmd_bdinfo.c|2 +-
   common/cmd_nvedit.c|4 ++--
 
 Shall I also handle those, or is someone else going to handle them? Wolfgang?

I took these, 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
  Is there a way to determine Yesterday's date using Unix utilities?
 echo what is yesterday's date? | /bin/mail root
 -- Randal L. Schwartz in ukbuh2y982@julie.teleport.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/3] Get AVR32 boards working with partial linking

2011-02-09 Thread Andreas Bießmann
This patch series make avr32 boards compile again. They where broken by
partial linking changes.

Additionally two warnings fixed. MAKEALL complained broken boards cause of
these warnings.

In my opinion these changes are fixes and should go into v2011.03. Some more
changes will follow for AVR32/AT91 rework branch.

All patches tested with atstk1002 and one selfmade board not in official tree.

Andreas Bießmann (3):
  cmd_nvedit: use explicit typecast for printf
  avr32: fix linking
  common/cmd_bdinfo.c: fix do_bdinfo() for AVR32

 arch/avr32/config.mk   |2 +-
 board/atmel/atngw100/config.mk |1 -
 board/atmel/atstk1000/config.mk|1 -
 board/earthlcd/favr-32-ezkit/config.mk |1 -
 board/mimc/mimc200/config.mk   |1 -
 board/miromico/hammerhead/config.mk|1 -
 common/cmd_bdinfo.c|2 +-
 common/cmd_nvedit.c|4 ++--
 8 files changed, 4 insertions(+), 9 deletions(-)

-- 
1.7.2.3

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


Re: [U-Boot] [PATCH 0/3] Get AVR32 boards working with partial linking

2011-02-09 Thread Reinhard Meyer
Dear Andreas Bießmann,
 This patch series make avr32 boards compile again. They where broken by
 partial linking changes.
 
 Additionally two warnings fixed. MAKEALL complained broken boards cause of
 these warnings.
 
 In my opinion these changes are fixes and should go into v2011.03. Some more
 changes will follow for AVR32/AT91 rework branch.

Ok, yes it should be a bug fix.

 
 All patches tested with atstk1002 and one selfmade board not in official tree.
 
 Andreas Bießmann (3):
   cmd_nvedit: use explicit typecast for printf
   avr32: fix linking
   common/cmd_bdinfo.c: fix do_bdinfo() for AVR32
 
  arch/avr32/config.mk   |2 +-
  board/atmel/atngw100/config.mk |1 -
  board/atmel/atstk1000/config.mk|1 -
  board/earthlcd/favr-32-ezkit/config.mk |1 -
  board/mimc/mimc200/config.mk   |1 -
  board/miromico/hammerhead/config.mk|1 -

I can take those through u-boot-atmel.

  common/cmd_bdinfo.c|2 +-
  common/cmd_nvedit.c|4 ++--

Shall I also handle those, or is someone else going to handle them? Wolfgang?

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