diff options
author | Mattijs Korpershoek <mkorpershoek@kernel.org> | 2025-06-18 15:43:44 +0200 |
---|---|---|
committer | Mattijs Korpershoek <mkorpershoek@kernel.org> | 2025-07-02 12:08:50 +0200 |
commit | a6732920821a23e00cc3291d8069061bd7d00e67 (patch) | |
tree | fc9649cf207da71c51c8b5dadde627c1ffb424e1 | |
parent | cbb5672790d400e9ec6e9fceaf89ece2660c0117 (diff) |
MAINTAINERS: Add common/spl/spl_dfu to DFU entry
This was not listed as part of the DFU entry.
Add it to make sure that the DFU maintainers get CC'ed on
patches for spl_dfu.
Link: https://lore.kernel.org/r/20250618-maintainers-dfu-spl-v1-1-03f4bc745e36@kernel.org
Signed-off-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 92119667618..d8cdd18fd52 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1073,6 +1073,7 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git F: cmd/dfu.c F: cmd/usb_*.c F: common/dfu.c +F: common/spl/spl_dfu.c F: common/update.c F: doc/api/dfu.rst F: doc/usage/dfu.rst |