From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/7] arm: Remove leftover MAINTAINERS files
Date: Tue, 18 Jul 2023 19:33:29 -0400 [thread overview]
Message-ID: <20230718233334.1450692-2-trini@konsulko.com> (raw)
In-Reply-To: <20230718233334.1450692-1-trini@konsulko.com>
These platforms have been removed, but the MAINTAINERS file was missed,
clean up.
Signed-off-by: Tom Rini <trini@konsulko.com>
---
board/birdland/bav335x/MAINTAINERS | 13 -------------
board/broadcom/bcm11130/MAINTAINERS | 6 ------
board/broadcom/bcm11130_nand/MAINTAINERS | 6 ------
board/broadcom/bcm28155_w1d/MAINTAINERS | 6 ------
4 files changed, 31 deletions(-)
delete mode 100644 board/birdland/bav335x/MAINTAINERS
delete mode 100644 board/broadcom/bcm11130/MAINTAINERS
delete mode 100644 board/broadcom/bcm11130_nand/MAINTAINERS
delete mode 100644 board/broadcom/bcm28155_w1d/MAINTAINERS
diff --git a/board/birdland/bav335x/MAINTAINERS b/board/birdland/bav335x/MAINTAINERS
deleted file mode 100644
index 45dcfcb1e6ed..000000000000
--- a/board/birdland/bav335x/MAINTAINERS
+++ /dev/null
@@ -1,13 +0,0 @@
-BAV335x BOARD
-M: Gilles Gameiro <gilles@gigadevices.com>
-S: Maintained
-F: include/configs/bav335x.h
-F: board/birdland/bav335x/Kconfig
-F: board/birdland/bav335x/Makefile
-F: board/birdland/bav335x/README
-F: board/birdland/bav335x/board.c
-F: board/birdland/bav335x/board.h
-F: board/birdland/bav335x/mux.c
-F: board/birdland/bav335x/u-boot.lds
-F: configs/birdland_bav335a_defconfig
-F: configs/birdland_bav335b_defconfig
diff --git a/board/broadcom/bcm11130/MAINTAINERS b/board/broadcom/bcm11130/MAINTAINERS
deleted file mode 100644
index 54783501e6d5..000000000000
--- a/board/broadcom/bcm11130/MAINTAINERS
+++ /dev/null
@@ -1,6 +0,0 @@
-BCM11130 BOARD
-M: Steve Rae <steve.rae@raedomain.com>
-S: Maintained
-F: board/broadcom/bcm28155_ap/
-F: include/configs/bcm_ep_board.h
-F: configs/bcm11130_defconfig
diff --git a/board/broadcom/bcm11130_nand/MAINTAINERS b/board/broadcom/bcm11130_nand/MAINTAINERS
deleted file mode 100644
index 4cf66b7e4a6a..000000000000
--- a/board/broadcom/bcm11130_nand/MAINTAINERS
+++ /dev/null
@@ -1,6 +0,0 @@
-BCM11130_NAND BOARD
-M: Steve Rae <steve.rae@raedomain.com>
-S: Maintained
-F: board/broadcom/bcm28155_ap/
-F: include/configs/bcm_ep_board.h
-F: configs/bcm11130_nand_defconfig
diff --git a/board/broadcom/bcm28155_w1d/MAINTAINERS b/board/broadcom/bcm28155_w1d/MAINTAINERS
deleted file mode 100644
index c0558e7f2554..000000000000
--- a/board/broadcom/bcm28155_w1d/MAINTAINERS
+++ /dev/null
@@ -1,6 +0,0 @@
-BCM28155_W1D BOARD
-M: Steve Rae <steve.rae@raedomain.com>
-S: Maintained
-F: board/broadcom/bcm28155_ap/
-F: include/configs/bcm28155_ap.h
-F: configs/bcm28155_w1d_defconfig
--
2.34.1
next prev parent reply other threads:[~2023-07-18 23:34 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-18 23:33 [PATCH 1/7] arm: Remove more remnants of bcmcygnus Tom Rini
2023-07-18 23:33 ` Tom Rini [this message]
2023-07-19 1:08 ` [PATCH 2/7] arm: Remove leftover MAINTAINERS files Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 3/7] xes: Remove leftover code Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 4/7] MAINTAINERS: Add a number of "common" directories Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 5/7] MAINTAINERS: Fix path typos and similar Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-19 6:55 ` R: " Pegorer Massimo
2023-07-19 11:47 ` Tom Rini
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 6/7] MAINTAINERS: Deal with '+' in paths Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-18 23:33 ` [PATCH 7/7] MAINTAINERS: Add some missing directories or files Tom Rini
2023-07-19 1:08 ` Simon Glass
2023-07-25 21:14 ` Tom Rini
2023-07-19 1:08 ` [PATCH 1/7] arm: Remove more remnants of bcmcygnus Simon Glass
2023-07-25 21:14 ` 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=20230718233334.1450692-2-trini@konsulko.com \
--to=trini@konsulko.com \
--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