From patchwork Mon Jan 9 10:31:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ladislav Michl X-Patchwork-Id: 712571 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 3txs0B0qCkz9sBR for ; Mon, 9 Jan 2017 21:31:54 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C5B5CB3964; Mon, 9 Jan 2017 11:31:51 +0100 (CET) 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 DUry9nTM4dnW; Mon, 9 Jan 2017 11:31:51 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2264BA7609; Mon, 9 Jan 2017 11:31:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3D406A7609 for ; Mon, 9 Jan 2017 11:31:48 +0100 (CET) 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 ldcSFC2I8usb for ; Mon, 9 Jan 2017 11:31:48 +0100 (CET) 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 cvs.linux-mips.org (eddie.linux-mips.org [148.251.95.138]) by theia.denx.de (Postfix) with ESMTP id 10204A75E6 for ; Mon, 9 Jan 2017 11:31:44 +0100 (CET) Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23991532AbdAIKboPS2qw (ORCPT ); Mon, 9 Jan 2017 11:31:44 +0100 Date: Mon, 9 Jan 2017 11:31:43 +0100 From: Ladislav Michl To: u-boot@lists.denx.de Message-ID: <20170109103143.mloeai72wmtte4q3@lenoch> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20161126 (1.7.1) Subject: [U-Boot] [PATCH] igep00x0: Remove IGEP0020_NAND BOARD entry from MAINTAINERS 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Boards with NAND and OneNAND are supported by single configuration, thus remove now obsolete IGEP0020_NAND BOARD entry. Signed-off-by: Ladislav Michl --- board/isee/igep00x0/MAINTAINERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/board/isee/igep00x0/MAINTAINERS b/board/isee/igep00x0/MAINTAINERS index d355c46882..720ef2aa69 100644 --- a/board/isee/igep00x0/MAINTAINERS +++ b/board/isee/igep00x0/MAINTAINERS @@ -6,9 +6,3 @@ F: include/configs/omap3_igep00x0.h F: configs/igep0020_defconfig F: configs/igep0030_defconfig F: configs/igep0032_defconfig - -IGEP0020_NAND BOARD -#M: - -S: Maintained -F: configs/igep0020_nand_defconfig -F: configs/igep0030_nand_defconfig