public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] remove MVS1 board
@ 2008-08-18 11:35 Andre Schwarz
  2008-08-18 11:51 ` Wolfgang Denk
  2008-08-26 21:59 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Andre Schwarz @ 2008-08-18 11:35 UTC (permalink / raw)
  To: u-boot

MVS1 board has reached end-of-life and can be removed completely.

Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
---



MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler  - Registergericht: Amtsgericht Stuttgart, HRB 271090
Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_rm_mvs1
Url: http://lists.denx.de/pipermail/u-boot/attachments/20080818/e1dbfd4c/attachment.txt 

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

* [U-Boot] [PATCH] remove MVS1 board
  2008-08-18 11:35 [U-Boot] [PATCH] remove MVS1 board Andre Schwarz
@ 2008-08-18 11:51 ` Wolfgang Denk
  2008-08-18 12:03   ` Andre Schwarz
  2008-08-26 21:59 ` Wolfgang Denk
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2008-08-18 11:51 UTC (permalink / raw)
  To: u-boot

Dear Andre,

In message <48A95E7F.6010106@matrix-vision.de> you wrote:
> 
> MVS1 board has reached end-of-life and can be removed completely.

But there are probably still users around that might be interestied in
keeping the board supported?

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: wd at denx.de
"'Tis true, 'tis pity, and pity 'tis 'tis true."
    - Poloniouius, in Willie the Shake's _Hamlet, Prince of Darkness_

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

* [U-Boot] [PATCH] remove MVS1 board
  2008-08-18 11:51 ` Wolfgang Denk
@ 2008-08-18 12:03   ` Andre Schwarz
  0 siblings, 0 replies; 4+ messages in thread
From: Andre Schwarz @ 2008-08-18 12:03 UTC (permalink / raw)
  To: u-boot

Wolfgang,

no users out there.

The hardware is out of production for 5 years now.
We already waited that long to make sure.

After all there have been OEM customers only.

You can definitely remove it.

regards,
Andre

Wolfgang Denk schrieb:
> Dear Andre,
>
> In message <48A95E7F.6010106@matrix-vision.de> you wrote:
>   
>> MVS1 board has reached end-of-life and can be removed completely.
>>     
>
> But there are probably still users around that might be interestied in
> keeping the board supported?
>
> Best regards,
>
> Wolfgang Denk
>
>   


MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler  - Registergericht: Amtsgericht Stuttgart, HRB 271090
Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner

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

* [U-Boot] [PATCH] remove MVS1 board
  2008-08-18 11:35 [U-Boot] [PATCH] remove MVS1 board Andre Schwarz
  2008-08-18 11:51 ` Wolfgang Denk
@ 2008-08-26 21:59 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2008-08-26 21:59 UTC (permalink / raw)
  To: u-boot

Dear Andre Schwarz,

In message <48A95E7F.6010106@matrix-vision.de> you wrote:
> This is a multi-part message in MIME format.
> --------------090900040309000705060304
> Content-Type: text/plain; charset=ISO-8859-15
> Content-Transfer-Encoding: 7bit
> 
> MVS1 board has reached end-of-life and can be removed completely.
> 
> Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
> ---
> 
> 
> 
> MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler  - Registergericht: Amtsgericht Stuttgart, HRB 271090
> Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
> 
> --------------090900040309000705060304
> Content-Type: text/plain;
>  name="patch_rm_mvs1"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline;
>  filename="patch_rm_mvs1"
> 
>  MAINTAINERS                 |    4 -
>  MAKEALL                     |    1 -
>  Makefile                    |    3 -
>  board/mvs1/Makefile         |   44 ---
>  board/mvs1/README           |   14 -
>  board/mvs1/config.mk        |   28 --
>  board/mvs1/flash.c          |  719 -------------------------------------------
>  board/mvs1/mvs1.c           |  376 ----------------------
>  board/mvs1/u-boot.lds       |  144 ---------
>  board/mvs1/u-boot.lds.debug |  136 --------
>  10 files changed, 0 insertions(+), 1469 deletions(-)

Applied, 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: wd at denx.de
Artificial Intelligence is the study of how to  make  real  computers
act like the ones in movies.

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

end of thread, other threads:[~2008-08-26 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-18 11:35 [U-Boot] [PATCH] remove MVS1 board Andre Schwarz
2008-08-18 11:51 ` Wolfgang Denk
2008-08-18 12:03   ` Andre Schwarz
2008-08-26 21:59 ` Wolfgang Denk

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