public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Cc: Adam Ford <aford173@gmail.com>,
	Chris Packham <chris.packham@alliedtelesis.co.nz>,
	Jan Kiszka <jan.kiszka@siemens.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Stefan Roese <sr@denx.de>
Subject: [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries
Date: Tue, 18 Jul 2023 12:20:25 -0400	[thread overview]
Message-ID: <20230718162028.64908-2-trini@konsulko.com> (raw)
In-Reply-To: <20230718162028.64908-1-trini@konsulko.com>

We have a few places where defconfigs were added (or renamed) and not
included in their previously listed MAINTAINERS entry, correct this.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Adam Ford <aford173@gmail.com>
Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Stefan Roese <sr@denx.de>
---
 board/Marvell/db-88f6820-amc/MAINTAINERS | 1 +
 board/amlogic/w400/MAINTAINERS           | 1 +
 board/beacon/imx8mm/MAINTAINERS          | 1 +
 board/beacon/imx8mn/MAINTAINERS          | 1 +
 board/siemens/iot2050/MAINTAINERS        | 3 ++-
 board/solidrun/clearfog/MAINTAINERS      | 2 ++
 6 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/board/Marvell/db-88f6820-amc/MAINTAINERS b/board/Marvell/db-88f6820-amc/MAINTAINERS
index abf5b7efdc93..d519eb47b84c 100644
--- a/board/Marvell/db-88f6820-amc/MAINTAINERS
+++ b/board/Marvell/db-88f6820-amc/MAINTAINERS
@@ -4,3 +4,4 @@ S:	Maintained
 F:	board/Marvell/db-88f6820-amc/
 F:	include/configs/db-88f6820-amc.h
 F:	configs/db-88f6820-amc_defconfig
+F:	configs/db-88f6820-amc_nand_defconfig
diff --git a/board/amlogic/w400/MAINTAINERS b/board/amlogic/w400/MAINTAINERS
index 117f79ea047b..19b1f30e6213 100644
--- a/board/amlogic/w400/MAINTAINERS
+++ b/board/amlogic/w400/MAINTAINERS
@@ -5,6 +5,7 @@ L:	u-boot-amlogic@groups.io
 F:	board/amlogic/w400/
 F:	configs/bananapi-cm4-cm4io_defconfig
 F:	configs/bananapi-m2s_defconfig
+F:	configs/odroid-n2l_defconfig
 F:	configs/radxa-zero2_defconfig
 F:	doc/board/amlogic/w400.rst
 F:	doc/board/amlogic/bananapi-cm4io.rst
diff --git a/board/beacon/imx8mm/MAINTAINERS b/board/beacon/imx8mm/MAINTAINERS
index d48ba8605bba..d8a5d0973694 100644
--- a/board/beacon/imx8mm/MAINTAINERS
+++ b/board/beacon/imx8mm/MAINTAINERS
@@ -5,4 +5,5 @@ S:	Maintained
 F:	board/beacon/imx8mm/
 F:	include/configs/imx8mm_beacon.h
 F:	configs/imx8mm_beacon_defconfig
+F:	configs/imx8mm_beacon_fspi_defconfig
 F:	doc/board/beacon/
diff --git a/board/beacon/imx8mn/MAINTAINERS b/board/beacon/imx8mn/MAINTAINERS
index 4805cb255cc0..6dcef21a65e9 100644
--- a/board/beacon/imx8mn/MAINTAINERS
+++ b/board/beacon/imx8mn/MAINTAINERS
@@ -5,3 +5,4 @@ F:	board/beacon/imx8mn/
 F:	include/configs/imx8mn_beacon.h
 F:	configs/imx8mn_beacon_defconfig
 F:	configs/imx8mn_beacon_2g_defconfig
+F:	configs/imx8mn_beacon_fspi_defconfig
diff --git a/board/siemens/iot2050/MAINTAINERS b/board/siemens/iot2050/MAINTAINERS
index 1b525356c2d6..aa21de2099f7 100644
--- a/board/siemens/iot2050/MAINTAINERS
+++ b/board/siemens/iot2050/MAINTAINERS
@@ -4,6 +4,7 @@ M:	Jan Kiszka <jan.kiszka@siemens.com>
 S:	Maintained
 F:	board/siemens/iot2050/
 F:	include/configs/iot2050.h
-F:	configs/iot2050_defconfig
+F:	configs/iot2050_pg1_defconfig
+F:	configs/iot2050_pg2_defconfig
 F:	arch/arm/dts/iot2050-*
 F:	doc/board/siemens/iot2050.rst
diff --git a/board/solidrun/clearfog/MAINTAINERS b/board/solidrun/clearfog/MAINTAINERS
index 6646d96206bf..55bd1278049a 100644
--- a/board/solidrun/clearfog/MAINTAINERS
+++ b/board/solidrun/clearfog/MAINTAINERS
@@ -5,3 +5,5 @@ F:	board/soldrun/clearfog/
 F:	include/configs/clearfog.h
 F:	configs/clearfog_defconfig
 F:	configs/clearfog_gt_8k_defconfig
+F:	configs/clearfog_sata_defconfig
+F:	configs/clearfog_spi_defconfig
-- 
2.34.1


  reply	other threads:[~2023-07-18 16:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-18 16:20 [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Tom Rini
2023-07-18 16:20 ` Tom Rini [this message]
2023-07-18 16:38   ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Jan Kiszka
2023-07-18 17:11   ` Adam Ford
2023-07-19  1:08   ` Simon Glass
2023-07-25 21:13   ` Tom Rini
2023-07-18 16:20 ` [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+ Tom Rini
2023-07-19  1:08   ` Simon Glass
2023-07-25 21:13   ` Tom Rini
2023-07-18 16:20 ` [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s Tom Rini
2023-07-19  1:08   ` Simon Glass
2023-07-25 21:13   ` Tom Rini
2023-07-18 16:20 ` [PATCH 5/5] MAINTAINERS: Re-order CAAM section Tom Rini
2023-07-19  1:08   ` Simon Glass
2023-07-25 21:13   ` Tom Rini
2023-07-19  1:08 ` [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Simon Glass
2023-07-25 21:13 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230718162028.64908-2-trini@konsulko.com \
    --to=trini@konsulko.com \
    --cc=aford173@gmail.com \
    --cc=chris.packham@alliedtelesis.co.nz \
    --cc=jan.kiszka@siemens.com \
    --cc=neil.armstrong@linaro.org \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox