diff options
author | Mattijs Korpershoek <mkorpershoek@baylibre.com> | 2024-05-16 11:15:41 +0200 |
---|---|---|
committer | Mattijs Korpershoek <mkorpershoek@baylibre.com> | 2024-05-16 13:28:45 +0200 |
commit | 5738a44f88d65c2847ad204e6ba9f4a5f12f7d4e (patch) | |
tree | 61662bc0ff7b3787d22cbb10a5da2ab52ee36d46 | |
parent | 30f39de786ff3a87006461903e41a48c811ee764 (diff) | |
download | u-boot-5738a44f88d65c2847ad204e6ba9f4a5f12f7d4e.tar.gz u-boot-5738a44f88d65c2847ad204e6ba9f4a5f12f7d4e.tar.bz2 u-boot-5738a44f88d65c2847ad204e6ba9f4a5f12f7d4e.zip |
MAINTAINERS: add tree link for fastboot
Fastboot patches go through the u-boot-dfu tree.
Add a link in the maintainers file for it.
Link: https://lore.kernel.org/r/20240516-gadget-maintainer-v2-1-23cc916df434@baylibre.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6853288975..05217db79f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1118,6 +1118,7 @@ F: test/py/tests/test_event_dump.py FASTBOOT M: Mattijs Korpershoek <mkorpershoek@baylibre.com> S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git F: cmd/fastboot.c F: doc/android/fastboot*.rst F: include/fastboot.h |