diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-07 17:08:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-17 11:13:46 -0400 |
commit | 6831a4be29e6d165887b62abddcf4c5335a174dd (patch) | |
tree | 3a0a3878cd6688ce8a4602f106f94fdab8b0ee4c /MAINTAINERS | |
parent | 375fea811d3e45b47ee8a60f1f36a1d036660736 (diff) | |
download | u-boot-6831a4be29e6d165887b62abddcf4c5335a174dd.tar.gz u-boot-6831a4be29e6d165887b62abddcf4c5335a174dd.tar.bz2 u-boot-6831a4be29e6d165887b62abddcf4c5335a174dd.zip |
arm: Add arch/arm/dts/Makefile specifically to MAINTAINERS
In order to reduce the number of people that are cc'd on a patch for
simply touching arch/arm/dts/Makefile (which is a big common file) add
an entry specifically to MAINTAINERS under the ARM entry.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 523c17ebae..8b60db4484 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -132,6 +132,7 @@ M: Tom Rini <trini@konsulko.com> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git F: arch/arm/ +F: arch/arm/dts/Makefile F: cmd/arm/ ARM ALTERA SOCFPGA |