public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 09/16] ARM: remove broken "versatile" boards.
Date: Fri, 26 Aug 2011 14:56:42 +0200	[thread overview]
Message-ID: <4E57980A.6010406@denx.de> (raw)
In-Reply-To: <1314361548-18566-10-git-send-email-wd@denx.de>

On 08/26/2011 02:25 PM, Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
>  MAINTAINERS                                |    2 -
>  MAKEALL                                    |    3 -
>  README                                     |    2 +-
>  board/armltd/versatile/Makefile            |   51 ------
>  board/armltd/versatile/lowlevel_init.S     |   34 ----
>  board/armltd/versatile/split_by_variant.sh |   42 -----
>  board/armltd/versatile/versatile.c         |  111 ------------
>  doc/README.scrapyard                       |    1 +
>  include/configs/versatile.h                |  252 ----------------------------
>  9 files changed, 2 insertions(+), 496 deletions(-)
>  delete mode 100644 board/armltd/versatile/Makefile
>  delete mode 100644 board/armltd/versatile/lowlevel_init.S
>  delete mode 100755 board/armltd/versatile/split_by_variant.sh
>  delete mode 100644 board/armltd/versatile/versatile.c
>  delete mode 100644 include/configs/versatile.h

Hi Wolfgang,

your patch removes also the possibility to run the versatilepb board in
qemu environment (target versatileqemu in boards.cfg). For that I sent a
patch that it is already in mainline (commit
d388298a59ba375c76597b8f95b560afa971a0fb).

I will suggest to remove only the split_by_variant.sh file in this patch.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  reply	other threads:[~2011-08-26 12:56 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-24 14:12 [U-Boot] [STATUS] ARM: board removal Albert ARIBAUD
2011-08-24 16:09 ` Reinhard Meyer
2011-08-24 17:19   ` Albert ARIBAUD
2011-08-24 18:11     ` Wolfgang Denk
2011-08-25 13:03       ` Albert ARIBAUD
2011-08-25 20:36         ` Wolfgang Denk
2011-08-26 12:25         ` [U-Boot] [PATCH v2 00/16] " Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 01/16] ARM: remove broken "armadillo" board Wolfgang Denk
2011-08-26 15:41             ` Marek Vasut
2011-08-26 19:57               ` Wolfgang Denk
2011-08-26 20:49                 ` Marek Vasut
2011-08-26 22:29                   ` Wolfgang Denk
2011-08-30  6:06               ` Albert ARIBAUD
2011-08-30  7:20                 ` Marek Vasut
2011-08-30  9:32                 ` Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 02/16] ARM: remove broken "B2" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 03/16] ARM: remove broken "edb93xx" boards Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 04/16] ARM: remove broken "lpd7a40x" boards Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 05/16] ARM: remove broken "mx1fs2" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 06/16] ARM: remove broken "netstar" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 07/16] ARM: remove broken "sbc2410x" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 08/16] ARM: remove broken "smdk2400" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 09/16] ARM: remove broken "versatile" boards Wolfgang Denk
2011-08-26 12:56             ` Stefano Babic [this message]
2011-08-30  6:47               ` Albert ARIBAUD
2011-08-30  7:16                 ` Stefano Babic
2011-08-30  8:16                   ` Albert ARIBAUD
2011-08-30  8:24                     ` Albert ARIBAUD
2011-08-26 12:25           ` [U-Boot] [PATCH v2 10/16] ARM: remove broken "voiceblue" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 11/16] ARM: remove broken "at91cap9adk" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 12/16] ARM: remove broken "cmc_pu2" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 13/16] ARM: remove broken "csb637" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 14/16] ARM: remove broken "kb9202" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 15/16] ARM: remove broken "m501sk" board Wolfgang Denk
2011-08-26 12:25           ` [U-Boot] [PATCH v2 16/16] ARM: remove broken "at91rm9200dk" board Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E57980A.6010406@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox