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 C772BEB64DC for ; Tue, 18 Jul 2023 16:20:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4512E86709; Tue, 18 Jul 2023 18:20:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="rRdrkYda"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3FD7D86704; Tue, 18 Jul 2023 18:20:34 +0200 (CEST) Received: from mail-yw1-x112a.google.com (mail-yw1-x112a.google.com [IPv6:2607:f8b0:4864:20::112a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8C891820F2 for ; Tue, 18 Jul 2023 18:20:31 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x112a.google.com with SMTP id 00721157ae682-57a8080e4a7so60366717b3.0 for ; Tue, 18 Jul 2023 09:20:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1689697230; x=1692289230; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=NsfxcZBXJXJpJrrdUPIaA97Sd5gV9eQTHTvsIa/fby8=; b=rRdrkYdabFilDLAazItgYTBqXFA9skhKPR6auv5A1bKy/ZN7wZyNy3eTLCy1CMksWW fnTbOb5YfadoewXHgrNm8zTUTga/wvbX4AJboX2PXF3LgH2L4IsoKyqy5QyBKNiDXBPJ 8ZNyY0t+9h1ZX5t8z/Whn3b3ZCWwD8n6GShhg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689697230; x=1692289230; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=NsfxcZBXJXJpJrrdUPIaA97Sd5gV9eQTHTvsIa/fby8=; b=EVSuNJjGpDuAZWYyiaDu5rn39oqUtHwhelDOK85N/3AydjIttEAr5rpHkJbYaouje/ IvT26pHuqFRh04Mlvaj/4b0GhxNnqYV6O093DxkpJJnmGam0ALcD2Eii2RwF9jSd/71u nw1zBE8jc2mreADkdEfk+bh8iB1YOS4KMbUS4NuZkRS9EnYAvZCK23hVJ3igVBqrA9kQ lBObUFuw+ZoRhbjeX1bmz7VX+9ukqqyQ4EkujaOrFjOPkxYascc0BSD/D19xMwS4uDlk 8X5RA+vo3kgjc486r1lK2hfjLDjNhpBDUHONFtHX1UwpyL0M9Zjk5oGdDlwdRQqdt8gN RzTA== X-Gm-Message-State: ABy/qLYhsaxgJTV5QJN7265Nrve+sAuEMoiNOa+pFw+p+jjnIZhgZB1w guxgI+LQVg4QWsb6/WjYnIUcblESvoGXAaoOAFAoHg== X-Google-Smtp-Source: APBJJlGVq3OxF3p7P/tHnTIzLWsKFTvR6T/uOmd3yTKHJwTTl+N2UlB6gpdpOT8Bn/VyhZCBqzuIgw== X-Received: by 2002:a0d:fa42:0:b0:577:64d4:edc with SMTP id k63-20020a0dfa42000000b0057764d40edcmr15876039ywf.31.1689697230158; Tue, 18 Jul 2023 09:20:30 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b00-6400-e1d8-58e7-e10a-a96d.res6.spectrum.com. [2603:6081:7b00:6400:e1d8:58e7:e10a:a96d]) by smtp.gmail.com with ESMTPSA id w203-20020a817bd4000000b00576e67820f3sm529981ywc.66.2023.07.18.09.20.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jul 2023 09:20:29 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Date: Tue, 18 Jul 2023 12:20:24 -0400 Message-Id: <20230718162028.64908-1-trini@konsulko.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.8 at phobos.denx.de X-Virus-Status: Clean There are a few entries where minor mistakes mean that we don't match up with obviously expected files, correct those. Signed-off-by: Tom Rini --- board/amlogic/u200/MAINTAINERS | 2 +- board/broadcom/bcmns/MAINTAINERS | 2 +- board/freescale/imx93_evk/MAINTAINERS | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/amlogic/u200/MAINTAINERS b/board/amlogic/u200/MAINTAINERS index f429c212ba3d..88c5038d9445 100644 --- a/board/amlogic/u200/MAINTAINERS +++ b/board/amlogic/u200/MAINTAINERS @@ -4,7 +4,7 @@ S: Maintained L: u-boot-amlogic@groups.io F: board/amlogic/u200/ F: configs/u200_defconfig -F: configs/bananapi-m2pro_defconfig +F: configs/bananapi-m2-pro_defconfig F: configs/bananapi-m5_defconfig F: configs/radxa-zero_defconfig F: doc/board/amlogic/u200.rst diff --git a/board/broadcom/bcmns/MAINTAINERS b/board/broadcom/bcmns/MAINTAINERS index fd37c334a5b1..86b68c989cd4 100644 --- a/board/broadcom/bcmns/MAINTAINERS +++ b/board/broadcom/bcmns/MAINTAINERS @@ -2,5 +2,5 @@ BCMNS BOARD M: Linus Walleij S: Maintained F: board/broadcom/bcmnsp/ -F: configs/bcmnsp_defconfig +F: configs/bcmns_defconfig F: include/configs/bcmnsp.h diff --git a/board/freescale/imx93_evk/MAINTAINERS b/board/freescale/imx93_evk/MAINTAINERS index 8ca4646f20fe..34ba278fcdfd 100644 --- a/board/freescale/imx93_evk/MAINTAINERS +++ b/board/freescale/imx93_evk/MAINTAINERS @@ -4,4 +4,4 @@ S: Maintained F: board/freescale/imx93_evk/ F: include/configs/imx93_evk.h F: configs/imx93_11x11_evk_defconfig - configs/imx93_11x11_evk_ld_defconfig +F: configs/imx93_11x11_evk_ld_defconfig -- 2.34.1