From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7DE1DC433EF for ; Tue, 4 Jan 2022 15:15:10 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D2F6C801EB; Tue, 4 Jan 2022 16:15:06 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="uoULl7Px"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7FCEB80031; Tue, 4 Jan 2022 16:15:04 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EA379801EB for ; Tue, 4 Jan 2022 16:14:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 75DA0B8160D; Tue, 4 Jan 2022 15:14:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3144BC36AED; Tue, 4 Jan 2022 15:14:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641309298; bh=6gTIQcyQQWHaMjnJfQj5Gjlno6ttc4kKvGY0GafcUr0=; h=From:To:Cc:Subject:Date:From; b=uoULl7PxHt2gz1wkj+KFR8Ki9yriHvntjuhZ0pAfL5oTZPG1LaPFpXlediTmTAGAd w+yZ+lTgXWKEEzd3Ge5sgluErjkn77KnLXhaO78TMP5l8TnmMTHKeNYhW6uJNAlcsD oAHhyec+vytVBAS3fqVNNrhYXTvtd0mS0OIPXkCV5Dq7wmr+Od6ybPDEYCbsqaMyvL HCBPz6WHhOnAc/htaLPKIpNkkKuBx2FcjPGMerLoVk90EgFpqJ289FuaFbrteTJX/0 qSPCfACsqfB+jo2J7vtlAdK/v8/er8CxMt5lfP9PEipOFpLK4gRhCyebNZ6jeYthAJ 3mC8GWWS01l3A== From: =?UTF-8?q?Marek=20Beh=C3=BAn?= To: Mario Six , Stefan Roese , u-boot@lists.denx.de Cc: =?UTF-8?q?Marek=20Beh=C3=BAn?= Subject: [PATCH u-boot-marvell] board: gdsys: Drop Dirk Eibach from MAINTAINERS Date: Tue, 4 Jan 2022 16:14:54 +0100 Message-Id: <20220104151454.19533-1-kabel@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean From: Marek BehĂșn I got an : host mxlb.ispgateway.de[80.67.18.126] said: 554 Sorry, no mailbox here by that name. (in reply to RCPT TO command) when sending e-mail to dirk.eibach@gdsys.cc. Drop Dirk Eibach from MAINTAINERS of board/gdsys/a38x and board/gdsys/mpc8308. The latter would be left maintainerless, add Mario Six (he is also maintainer of the former board). Signed-off-by: Marek BehĂșn --- board/gdsys/a38x/MAINTAINERS | 1 - board/gdsys/mpc8308/MAINTAINERS | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/board/gdsys/a38x/MAINTAINERS b/board/gdsys/a38x/MAINTAINERS index d31e675ddc..6492e79541 100644 --- a/board/gdsys/a38x/MAINTAINERS +++ b/board/gdsys/a38x/MAINTAINERS @@ -1,5 +1,4 @@ A38X BOARD -M: Dirk Eibach M: Mario Six S: Maintained F: board/gdsys/a38x/ diff --git a/board/gdsys/mpc8308/MAINTAINERS b/board/gdsys/mpc8308/MAINTAINERS index dc0b389f73..57faba4695 100644 --- a/board/gdsys/mpc8308/MAINTAINERS +++ b/board/gdsys/mpc8308/MAINTAINERS @@ -1,5 +1,5 @@ MPC8308 BOARD -M: Dirk Eibach +M: Mario Six S: Maintained F: board/gdsys/mpc8308/ F: include/configs/gazerbeam.h -- 2.34.1