From patchwork Thu Oct 30 20:46:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 405132 X-Patchwork-Delegate: agust@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 26E9514007D for ; Fri, 31 Oct 2014 07:47:24 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 658884BB12; Thu, 30 Oct 2014 21:47:21 +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 2GXRMsIMOJdG; Thu, 30 Oct 2014 21:47:21 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A8A214BB0C; Thu, 30 Oct 2014 21:47:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7E4754BB0C for ; Thu, 30 Oct 2014 21:47: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 0Am+IMR6pDFh for ; Thu, 30 Oct 2014 21:47: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-qa0-f43.google.com (mail-qa0-f43.google.com [209.85.216.43]) by theia.denx.de (Postfix) with ESMTPS id 29F864BB0B for ; Thu, 30 Oct 2014 21:47:12 +0100 (CET) Received: by mail-qa0-f43.google.com with SMTP id j7so4431704qaq.30 for ; Thu, 30 Oct 2014 13:47:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=no8Mpq7cmFTBKYJf1HoT0675Djqako6r24pXdDNARf0=; b=DR4e5/ssD2lk1Z8+bUH/g/Fdrac95HrmcYzwdeFGBPQT9n9GNk0H5pOPwCgvEz4KwQ i5TrInObWGq6/IJKIA+m1A4ssMb36gLXXD6fRAHQWhp00LxjWVWix9hg6/ehsZh1VTbC pF0yMZoviev2NVpfBjWKVGlBWSmr4A8BaPaIzX9WQH21FLq2xdgiWU9U3Btbbx7YCntF 54tWdUS23OUCzw9IG/P6PhpLxFftZcL6E7Ycu6+CqocpHvO7Apetd2wx0l8CVT98eaWK SNNqQ+TSyaufnTgxfa9Qdj5yThRq5xYT6spnGhr6+H3h+XwxSZ5SBL67gmx1A437DUdH dZEQ== X-Received: by 10.140.23.99 with SMTP id 90mr19070965qgo.73.1414702031268; Thu, 30 Oct 2014 13:47:11 -0700 (PDT) Received: from localhost.localdomain ([201.82.52.106]) by mx.google.com with ESMTPSA id j11sm2544715qaa.47.2014.10.30.13.47.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 30 Oct 2014 13:47:10 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Thu, 30 Oct 2014 18:46:37 -0200 Message-Id: <1414701997-17549-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: marex@denx.de, u-boot@lists.denx.de, Fabio Estevam Subject: [U-Boot] [PATCH] novena: Add MAINTAINERS file 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 Commit f91c09acf5c58c ("ARM: mx6: Add support for Kosagi Novena") missed to add a MAINTAINERS file, so add Marek as the maintainer. Signed-off-by: Fabio Estevam Acked-by: Marek Vasut --- board/kosagi/novena/MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/kosagi/novena/MAINTAINERS diff --git a/board/kosagi/novena/MAINTAINERS b/board/kosagi/novena/MAINTAINERS new file mode 100644 index 0000000..d3471c2 --- /dev/null +++ b/board/kosagi/novena/MAINTAINERS @@ -0,0 +1,6 @@ +NOVENA BOARD +M: Marek Vasut +S: Maintained +F: board/kosagi/novena/ +F: include/configs/novena.h +F: configs/novena_defconfig