From patchwork Wed Sep 26 21:43:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Gortmaker X-Patchwork-Id: 187238 X-Patchwork-Delegate: trini@ti.com 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 958392C0098 for ; Thu, 27 Sep 2012 09:00:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F3A21280D2; Thu, 27 Sep 2012 01:00:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 wSdjHac3d2L0; Thu, 27 Sep 2012 01:00:16 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C4B6C280C3; Thu, 27 Sep 2012 01:00:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D54F8280C3 for ; Thu, 27 Sep 2012 01:00:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 ZVvovOURDeJE for ; Thu, 27 Sep 2012 01:00:10 +0200 (CEST) X-Greylist: delayed 4565 seconds by postgrey-1.27 at theia; Thu, 27 Sep 2012 01:00:08 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 mail.windriver.com (mail.windriver.com [147.11.1.11]) by theia.denx.de (Postfix) with ESMTPS id 172CB28083 for ; Thu, 27 Sep 2012 01:00:08 +0200 (CEST) Received: from yow-pgortmak-d1.corp.ad.wrs.com (yow-pgortmak-d1.wrs.com [128.224.146.65]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id q8QLi0si017398; Wed, 26 Sep 2012 14:44:00 -0700 (PDT) From: Paul Gortmaker To: u-boot@lists.denx.de Date: Wed, 26 Sep 2012 17:43:53 -0400 Message-Id: <1348695834-9380-1-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 1.7.12.1 Cc: Paul Gortmaker Subject: [U-Boot] [PATCH 0/1] Delete sbc8650 / sbc8540 support. X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This old board has already been deleted from the linux kernel. Sending this 0/1 so that I can include a pull request. The following patch has been formatted with "--irreversible-delete" so that it does not contain all the meaningless deleted lines in the mailout to the list. However "git-am" does not (yet) know how to apply such a patch[1]. So I also have a pull req. below. Thanks, Paul. [1] http://marc.info/?l=git&m=134394003916648&w=2 --- The following changes since commit ee1f4caaa2a3f79d692155eec8a4c7289d60e106: Prepare v2012.10-rc1 (2012-09-21 17:18:28 -0700) are available in the git repository at: git://openlinux.windriver.com/people/paulg/u-boot.git delete-sbc8560 for you to fetch changes up to 48d1357355588946a1b2bda337dc0fd7b3b48256: powerpc: delete Wind River SBC8560/8540 support (2012-09-24 13:30:53 -0400) ---------------------------------------------------------------- Paul Gortmaker (1): powerpc: delete Wind River SBC8560/8540 support MAINTAINERS | 2 - board/sbc8560/Makefile | 50 ----- board/sbc8560/README | 57 ------ board/sbc8560/ddr.c | 43 ----- board/sbc8560/law.c | 60 ------ board/sbc8560/sbc8560.c | 369 ------------------------------------- board/sbc8560/tlb.c | 65 ------- boards.cfg | 6 - include/configs/SBC8540.h | 428 ------------------------------------------ include/configs/sbc8560.h | 459 ---------------------------------------------- 10 files changed, 1539 deletions(-) delete mode 100644 board/sbc8560/Makefile delete mode 100644 board/sbc8560/README delete mode 100644 board/sbc8560/ddr.c delete mode 100644 board/sbc8560/law.c delete mode 100644 board/sbc8560/sbc8560.c delete mode 100644 board/sbc8560/tlb.c delete mode 100644 include/configs/SBC8540.h delete mode 100644 include/configs/sbc8560.h