From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Date: Tue, 1 Sep 2015 10:19:20 -0400 Subject: [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support In-Reply-To: <1441114138-31267-20-git-send-email-yamada.masahiro@socionext.com> References: <1441114138-31267-1-git-send-email-yamada.masahiro@socionext.com> <1441114138-31267-20-git-send-email-yamada.masahiro@socionext.com> Message-ID: <55E5B3E8.70800@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Paul Gortmaker 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 > 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 >