From patchwork Mon Nov 17 01:49:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 411370 X-Patchwork-Delegate: sbabic@denx.de 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 B9117140119 for ; Mon, 17 Nov 2014 12:50:23 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 111124B683; Mon, 17 Nov 2014 02:50:22 +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 4uJh56Jihu1J; Mon, 17 Nov 2014 02:50:21 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3D9344B81A; Mon, 17 Nov 2014 02:50:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 47B674B81A for ; Mon, 17 Nov 2014 02:50:16 +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 jz2Yw1GnlSFJ for ; Mon, 17 Nov 2014 02:50:16 +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 mail-qg0-f48.google.com (mail-qg0-f48.google.com [209.85.192.48]) by theia.denx.de (Postfix) with ESMTPS id E9D174B683 for ; Mon, 17 Nov 2014 02:50:12 +0100 (CET) Received: by mail-qg0-f48.google.com with SMTP id q108so14456475qgd.21 for ; Sun, 16 Nov 2014 17:50:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=peglIuHnEhi8cN4iHv2+V5Y6fdrNUnnlTOiiPzgn70w=; b=Tz9DK6Y4Qyt0L13bofE+MldwrXRH18Evf+3OyScvCCP0+GyvgK5O7pWJC+kcGExNTJ Xtblcuf2CQ/N/Zzb38h9ekyvR8/8jGjeoGKCcI5ZwXPnyjmOgaQKoyk7CHAEKtmiTjXK dQZUCjxr6gcrJa/M0+nD4UomihjIlE+pOCMzjsS8gl37SuQ+zjg4/IcSpjw5E+a0vihl oCjW6OkdKPLA2liNqKBivPGwG/b5F9nCW9/b7Exz9w9SPpHrwtvFEA/MrN4RNpHWntSS EQf/gS63okIzkRgPaJ4p52nLtJPtzQFKXFe/bOC1Xm/zGibXYVGe5BlY3kZ7kbJ0eGEs 3ASA== X-Received: by 10.224.11.10 with SMTP id r10mr31314265qar.42.1416189011449; Sun, 16 Nov 2014 17:50:11 -0800 (PST) Received: from localhost.localdomain ([187.66.159.54]) by mx.google.com with ESMTPSA id e34sm27497785qgd.35.2014.11.16.17.50.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 16 Nov 2014 17:50:10 -0800 (PST) From: Fabio Estevam To: sbabic@denx.de Date: Sun, 16 Nov 2014 23:49:48 -0200 Message-Id: <1416188988-13517-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: Fabio Estevam , u-boot@lists.denx.de, john.tobias.ph@gmail.com Subject: [U-Boot] [PATCH] mx6sabresd: Add mx6sabresd_spl_defconfig to MAINTAINERS entry X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 From: Fabio Estevam Let's add mx6sabresd_spl_defconfig entry into MAINTAINERS, so that we avoid getting a warning that the mx6sabresd_spl is not maintained. Signed-off-by: Fabio Estevam --- board/freescale/mx6sabresd/MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/board/freescale/mx6sabresd/MAINTAINERS b/board/freescale/mx6sabresd/MAINTAINERS index 69c0a30..0011ec7 100644 --- a/board/freescale/mx6sabresd/MAINTAINERS +++ b/board/freescale/mx6sabresd/MAINTAINERS @@ -5,3 +5,4 @@ F: board/freescale/mx6sabresd/ F: include/configs/mx6sabresd.h F: configs/mx6dlsabresd_defconfig F: configs/mx6qsabresd_defconfig +F: configs/mx6sabresd_spl_defconfig