public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support
Date: Tue, 1 Sep 2015 10:19:20 -0400	[thread overview]
Message-ID: <55E5B3E8.70800@windriver.com> (raw)
In-Reply-To: <1441114138-31267-20-git-send-email-yamada.masahiro@socionext.com>

On 2015-09-01 09:28 AM, Masahiro Yamada wrote:
> This has not been converted to Generic Board, so should be removed.
> (See doc/README.generic-board for details.)
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> Cc: Paul Gortmaker <paul.gortmaker@windriver.com>

NACK.  I've sent the conversion patches a week ago or so.

https://www.mail-archive.com/u-boot at lists.denx.de/msg183343.html

Paul.
--

> ---
> 
>  arch/powerpc/cpu/mpc86xx/Kconfig |   4 -
>  board/sbc8641d/Kconfig           |   9 -
>  board/sbc8641d/MAINTAINERS       |   6 -
>  board/sbc8641d/Makefile          |  10 -
>  board/sbc8641d/README            |  28 --
>  board/sbc8641d/ddr.c             |  56 ----
>  board/sbc8641d/law.c             |  40 ---
>  board/sbc8641d/sbc8641d.c        | 261 -----------------
>  configs/sbc8641d_defconfig       |   4 -
>  doc/README.scrapyard             |   1 +
>  include/configs/sbc8641d.h       | 590 ---------------------------------------
>  11 files changed, 1 insertion(+), 1008 deletions(-)
>  delete mode 100644 board/sbc8641d/Kconfig
>  delete mode 100644 board/sbc8641d/MAINTAINERS
>  delete mode 100644 board/sbc8641d/Makefile
>  delete mode 100644 board/sbc8641d/README
>  delete mode 100644 board/sbc8641d/ddr.c
>  delete mode 100644 board/sbc8641d/law.c
>  delete mode 100644 board/sbc8641d/sbc8641d.c
>  delete mode 100644 configs/sbc8641d_defconfig
>  delete mode 100644 include/configs/sbc8641d.h
> 
> diff --git a/arch/powerpc/cpu/mpc86xx/Kconfig b/arch/powerpc/cpu/mpc86xx/Kconfig
> index 46d15e2..0dcee70 100644
> --- a/arch/powerpc/cpu/mpc86xx/Kconfig
> +++ b/arch/powerpc/cpu/mpc86xx/Kconfig
> @@ -8,9 +8,6 @@ choice
>  	prompt "Target select"
>  	optional
>  
> -config TARGET_SBC8641D
> -	bool "Support sbc8641d"
> -
>  config TARGET_MPC8641HPCN
>  	bool "Support MPC8641HPCN"
>  
> @@ -20,7 +17,6 @@ config TARGET_XPEDITE517X
>  endchoice
>  
>  source "board/freescale/mpc8641hpcn/Kconfig"
> -source "board/sbc8641d/Kconfig"
>  source "board/xes/xpedite517x/Kconfig"
>  
>  endmenu
> diff --git a/board/sbc8641d/Kconfig b/board/sbc8641d/Kconfig
> deleted file mode 100644
> index 8dfc90c..0000000
> diff --git a/board/sbc8641d/MAINTAINERS b/board/sbc8641d/MAINTAINERS
> deleted file mode 100644
> index a50b541..0000000
> diff --git a/board/sbc8641d/Makefile b/board/sbc8641d/Makefile
> deleted file mode 100644
> index a9b2026..0000000
> diff --git a/board/sbc8641d/README b/board/sbc8641d/README
> deleted file mode 100644
> index a051466..0000000
> diff --git a/board/sbc8641d/ddr.c b/board/sbc8641d/ddr.c
> deleted file mode 100644
> index b31ea34..0000000
> diff --git a/board/sbc8641d/law.c b/board/sbc8641d/law.c
> deleted file mode 100644
> index c4e736b..0000000
> diff --git a/board/sbc8641d/sbc8641d.c b/board/sbc8641d/sbc8641d.c
> deleted file mode 100644
> index 6bdf1a2..0000000
> diff --git a/configs/sbc8641d_defconfig b/configs/sbc8641d_defconfig
> deleted file mode 100644
> index b67c7c0..0000000
> diff --git a/doc/README.scrapyard b/doc/README.scrapyard
> index 2a3ba4c..81fbc97 100644
> --- a/doc/README.scrapyard
> +++ b/doc/README.scrapyard
> @@ -12,6 +12,7 @@ The list should be sorted in reverse chronological order.
>  
>  Board            Arch        CPU            Commit      Removed     Last known maintainer/contact
>  =================================================================================================
> +sbc8641d         powerpc     mpc86xx        -           -           Paul Gortmaker <paul.gortmaker@windriver.com>
>  MPC8610HPCD      powerpc     mpc86xx        -           -
>  MPC8569MDS       powerpc     mpc85xx        -           -
>  MPC8568MDS       powerpc     mpc85xx        -           -
> diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h
> deleted file mode 100644
> index 00aab6b..0000000
> 

  reply	other threads:[~2015-09-01 14:19 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 01/19] powerpc: ppc4xx: remove alpr support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 02/19] powerpc: ppc4xx: remove csb272, csb472 support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 03/19] powerpc: ppc4xx: remove lwmon5 support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 04/19] powerpc: ppc4xx: remove p3p440 support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 05/19] powerpc: ppc4xx: remove pcs440ep support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 06/19] powerpc: ppc4xx: remove sbc405 support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 07/19] powerpc: ppc4xx: remove zeus support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 08/19] powerpc: mpc5xx: remove cmi_mpc5xx support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 09/19] powerpc: mpc85xx: remove stxgp3, stxssa support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 10/19] powerpc: mpc85xx: remove MPC8540ADS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 11/19] powerpc: mpc85xx: remove MPC8541CDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 12/19] powerpc: mpc85xx: remove MPC8544DS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 13/19] powerpc: mpc85xx: remove MPC8548CDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 14/19] powerpc: mpc85xx: remove MPC8555CDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 15/19] powerpc: mpc85xx: remove MPC8560ADS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 16/19] powerpc: mpc85xx: remove MPC8568MDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 17/19] powerpc: mpc85xx: remove MPC8569MDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 18/19] powerpc: mpc86xx: remove MPC8610HPCD support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support Masahiro Yamada
2015-09-01 14:19   ` Paul Gortmaker [this message]
2015-09-01 13:47 ` [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards York Sun
2015-09-01 14:37   ` Tom Rini
2015-09-01 15:46     ` Masahiro Yamada

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=55E5B3E8.70800@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --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