public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/9] ppc: Zap HWW1U1A board
Date: Fri, 24 Oct 2014 23:54:49 +0200	[thread overview]
Message-ID: <20141024215449.2923D38018C@gemini.denx.de> (raw)
In-Reply-To: <1414006493-11461-6-git-send-email-marex@denx.de>

Dear Marek Vasut,

In message <1414006493-11461-6-git-send-email-marex@denx.de> you wrote:
> This is the only used of CONFIG_SPI_X macro, just zap this.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Tom Rini <trini@ti.com>
> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Heiko Schocher <hs@denx.de>
> ---
>  arch/powerpc/cpu/mpc85xx/Kconfig    |   4 -
>  board/exmeritus/hww1u1a/Kconfig     |  12 -
>  board/exmeritus/hww1u1a/MAINTAINERS |   6 -
>  board/exmeritus/hww1u1a/Makefile    |  12 -
>  board/exmeritus/hww1u1a/ddr.c       |  34 ---
>  board/exmeritus/hww1u1a/gpios.h     |  56 -----
>  board/exmeritus/hww1u1a/hww1u1a.c   | 268 ---------------------
>  board/exmeritus/hww1u1a/law.c       |  18 --
>  board/exmeritus/hww1u1a/tlb.c       |  90 -------
>  configs/HWW1U1A_defconfig           |   3 -
>  doc/README.scrapyard                |   1 +
>  include/configs/HWW1U1A.h           | 460 ------------------------------------
>  12 files changed, 1 insertion(+), 963 deletions(-)
>  delete mode 100644 board/exmeritus/hww1u1a/Kconfig
>  delete mode 100644 board/exmeritus/hww1u1a/MAINTAINERS
>  delete mode 100644 board/exmeritus/hww1u1a/Makefile
>  delete mode 100644 board/exmeritus/hww1u1a/ddr.c
>  delete mode 100644 board/exmeritus/hww1u1a/gpios.h
>  delete mode 100644 board/exmeritus/hww1u1a/hww1u1a.c
>  delete mode 100644 board/exmeritus/hww1u1a/law.c
>  delete mode 100644 board/exmeritus/hww1u1a/tlb.c
>  delete mode 100644 configs/HWW1U1A_defconfig
>  delete mode 100644 include/configs/HWW1U1A.h

Applied to u-boot-mpc5xxx, 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
The computer can't tell you the emotional story. It can give you  the
exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa

  reply	other threads:[~2014-10-24 21:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-22 19:34 [U-Boot] [PATCH 0/9] Pre-EEPROM cleanup series Marek Vasut
2014-10-22 19:34 ` [U-Boot] [PATCH 1/9] doc: Update README.scrapyard Marek Vasut
2014-10-22 21:45   ` Wolfgang Denk
2014-10-22 21:54     ` Marek Vasut
2014-10-24 21:35   ` Wolfgang Denk
2014-10-22 19:34 ` [U-Boot] [PATCH 2/9] ppc: Zap ICU862 board Marek Vasut
2014-10-24 21:47   ` Wolfgang Denk
2014-10-22 19:34 ` [U-Boot] [PATCH 3/9] ppc: Zap MHPC board Marek Vasut
2014-10-24 21:52   ` Wolfgang Denk
2014-10-22 19:34 ` [U-Boot] [PATCH 4/9] ppc: Zap Hymod board Marek Vasut
2014-10-24 21:54   ` Wolfgang Denk
2014-10-22 19:34 ` [U-Boot] [PATCH 5/9] ppc: Zap HWW1U1A board Marek Vasut
2014-10-24 21:54   ` Wolfgang Denk [this message]
2014-10-22 19:34 ` [U-Boot] [PATCH 6/9] ppc: Zap IDS8247 board Marek Vasut
2014-10-24 21:55   ` Wolfgang Denk
2014-10-22 19:34 ` [U-Boot] [PATCH 7/9] ppc: Zap TQM8260 board Marek Vasut
2014-10-24 21:55   ` Wolfgang Denk
2014-10-22 19:34 ` [U-Boot] [PATCH 8/9] ppc: Zap TQM8272 board Marek Vasut
2014-10-24 21:56   ` Wolfgang Denk
2014-10-22 19:34 ` [U-Boot] [PATCH 9/9] arm: Zap tricorder-eeprom Marek Vasut
2014-10-24 21:58   ` Wolfgang Denk
2014-10-24 23:25     ` Marek Vasut
2014-10-24 23:49   ` Andreas Bießmann
2014-10-24 23:52     ` Marek Vasut

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=20141024215449.2923D38018C@gemini.denx.de \
    --to=wd@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