From patchwork Tue Sep 1 13:28:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 512822 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 9FC9114016A for ; Tue, 1 Sep 2015 23:31:17 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E63D74B7FC; Tue, 1 Sep 2015 15:30:20 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wh3btggDWzEk; Tue, 1 Sep 2015 15:30:20 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7D7C54B7E5; Tue, 1 Sep 2015 15:30:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 967E84B7E5 for ; Tue, 1 Sep 2015 15:30:17 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hsg0N0gyT1q8 for ; Tue, 1 Sep 2015 15:30:17 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg012-v.nifty.com (conuserg012.nifty.com [202.248.44.38]) by theia.denx.de (Postfix) with ESMTPS id 7ED5E4B834 for ; Tue, 1 Sep 2015 15:29:57 +0200 (CEST) Received: from beagle.diag.org (KD111107185228.au-net.ne.jp [111.107.185.228]) (authenticated) by conuserg012-v.nifty.com with ESMTP id t81DSsFb011568; Tue, 1 Sep 2015 22:29:29 +0900 X-Nifty-SrcIP: [111.107.185.228] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 1 Sep 2015 22:28:51 +0900 Message-Id: <1441114138-31267-13-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441114138-31267-1-git-send-email-yamada.masahiro@socionext.com> References: <1441114138-31267-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Tom Rini , Kim Phillips , Matthias Fuchs , Kumar Gala , Andy Fleming , Stefan Roese , York Sun Subject: [U-Boot] [PATCH 12/19] powerpc: mpc85xx: remove MPC8544DS support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/mpc85xx/Kconfig | 4 - board/freescale/mpc8544ds/Kconfig | 12 - board/freescale/mpc8544ds/MAINTAINERS | 6 - board/freescale/mpc8544ds/Makefile | 12 - board/freescale/mpc8544ds/README | 122 -------- board/freescale/mpc8544ds/ddr.c | 59 ---- board/freescale/mpc8544ds/law.c | 18 -- board/freescale/mpc8544ds/mpc8544ds.c | 320 --------------------- board/freescale/mpc8544ds/tlb.c | 75 ----- configs/MPC8544DS_defconfig | 5 - doc/README.scrapyard | 1 + include/configs/MPC8544DS.h | 513 ---------------------------------- 12 files changed, 1 insertion(+), 1146 deletions(-) delete mode 100644 board/freescale/mpc8544ds/Kconfig delete mode 100644 board/freescale/mpc8544ds/MAINTAINERS delete mode 100644 board/freescale/mpc8544ds/Makefile delete mode 100644 board/freescale/mpc8544ds/README delete mode 100644 board/freescale/mpc8544ds/ddr.c delete mode 100644 board/freescale/mpc8544ds/law.c delete mode 100644 board/freescale/mpc8544ds/mpc8544ds.c delete mode 100644 board/freescale/mpc8544ds/tlb.c delete mode 100644 configs/MPC8544DS_defconfig delete mode 100644 include/configs/MPC8544DS.h diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h deleted file mode 100644 index d7aa501..0000000 diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 296f605..4a41a1f 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -46,9 +46,6 @@ config TARGET_P5040DS config TARGET_MPC8536DS bool "Support MPC8536DS" -config TARGET_MPC8544DS - bool "Support MPC8544DS" - config TARGET_MPC8548CDS bool "Support MPC8548CDS" @@ -151,7 +148,6 @@ source "board/freescale/bsc9132qds/Kconfig" source "board/freescale/c29xpcie/Kconfig" source "board/freescale/corenet_ds/Kconfig" source "board/freescale/mpc8536ds/Kconfig" -source "board/freescale/mpc8544ds/Kconfig" source "board/freescale/mpc8548cds/Kconfig" source "board/freescale/mpc8555cds/Kconfig" source "board/freescale/mpc8560ads/Kconfig" diff --git a/board/freescale/mpc8544ds/Kconfig b/board/freescale/mpc8544ds/Kconfig deleted file mode 100644 index c3e25b8..0000000 diff --git a/board/freescale/mpc8544ds/MAINTAINERS b/board/freescale/mpc8544ds/MAINTAINERS deleted file mode 100644 index 328be7f..0000000 diff --git a/board/freescale/mpc8544ds/Makefile b/board/freescale/mpc8544ds/Makefile deleted file mode 100644 index 3359eea..0000000 diff --git a/board/freescale/mpc8544ds/README b/board/freescale/mpc8544ds/README deleted file mode 100644 index b49c3c0..0000000 diff --git a/board/freescale/mpc8544ds/ddr.c b/board/freescale/mpc8544ds/ddr.c deleted file mode 100644 index aa30cab..0000000 diff --git a/board/freescale/mpc8544ds/law.c b/board/freescale/mpc8544ds/law.c deleted file mode 100644 index e72a1f4..0000000 diff --git a/board/freescale/mpc8544ds/mpc8544ds.c b/board/freescale/mpc8544ds/mpc8544ds.c deleted file mode 100644 index 66fb228..0000000 diff --git a/board/freescale/mpc8544ds/tlb.c b/board/freescale/mpc8544ds/tlb.c deleted file mode 100644 index 24aa4ec..0000000 diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig deleted file mode 100644 index ab0c79b..0000000 diff --git a/doc/README.scrapyard b/doc/README.scrapyard index e7e2749..34f9adc 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 ================================================================================================= +MPC8544DS powerpc mpc85xx - - MPC8541CDS powerpc mpc85xx - - Kumar Gala MPC8540ADS powerpc mpc85xx - - Kumar Gala stxgp3 powerpc mpc85xx - - Dan Malek