From patchwork Thu Sep 17 08:39:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 518762 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 94C13140273 for ; Thu, 17 Sep 2015 18:42:56 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 78AAE4B7B2; Thu, 17 Sep 2015 10:42:49 +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 bUD0JPqDmqT5; Thu, 17 Sep 2015 10:42:49 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 92A1E4B7F6; Thu, 17 Sep 2015 10:42:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 53A9F4B825 for ; Thu, 17 Sep 2015 10:39:59 +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 5FFs_62jxHXQ for ; Thu, 17 Sep 2015 10:39:59 +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 pollux.denx.de (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by theia.denx.de (Postfix) with ESMTP id 8A7774B81F for ; Thu, 17 Sep 2015 10:39:42 +0200 (CEST) Received: by pollux.denx.de (Postfix, from userid 515) id DFD2C1825; Thu, 17 Sep 2015 10:39:40 +0200 (CEST) From: Heiko Schocher To: u-boot@lists.denx.de Date: Thu, 17 Sep 2015 10:39:38 +0200 Message-Id: <1442479178-26986-1-git-send-email-hs@denx.de> X-Mailer: git-send-email 2.1.0 Subject: [U-Boot] [PATCH] imx6, aristaintetos2: add me as maintainer 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" Add me as Maintainer for the aristainetos2b board. Signed-off-by: Heiko Schocher --- board/aristainetos/MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/board/aristainetos/MAINTAINERS b/board/aristainetos/MAINTAINERS index 78c9b69..b463f7b 100644 --- a/board/aristainetos/MAINTAINERS +++ b/board/aristainetos/MAINTAINERS @@ -6,3 +6,4 @@ F: include/configs/aristainetos.h F: configs/aristainetos_defconfig F: include/configs/aristainetos2.h F: configs/aristainetos2_defconfig +F: configs/aristainetos2b_defconfig