diff options
author | Marek Vasut <marex@denx.de> | 2022-11-04 12:28:07 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-02 08:39:00 -0500 |
commit | 9f52e765dcf4e5b940db98136ad0382aecb2b932 (patch) | |
tree | b6af06ab7db4fde2fddfbd083c30e9e6584358c4 | |
parent | 1cfba53ca46cade2dbf4e067afc8c19e72909a4b (diff) | |
download | u-boot-9f52e765dcf4e5b940db98136ad0382aecb2b932.zip u-boot-9f52e765dcf4e5b940db98136ad0382aecb2b932.tar.gz u-boot-9f52e765dcf4e5b940db98136ad0382aecb2b932.tar.bz2 |
MAINTAINERS: Move usb_storage from DFU to USB
The usb_storage.c is the host-side USB mass storage device support,
it is not the DFU/UMS gadget-side implementation. Fix the entry.
Signed-off-by: Marek Vasut <marex@denx.de>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f9f4eed..f0918b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -855,7 +855,6 @@ F: cmd/dfu.c F: cmd/usb_*.c F: common/dfu.c F: common/update.c -F: common/usb_storage.c F: doc/api/dfu.rst F: doc/usage/dfu.rst F: drivers/dfu/ @@ -1483,6 +1482,7 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git F: drivers/usb/ F: common/usb.c F: common/usb_kbd.c +F: common/usb_storage.c F: include/usb.h USB xHCI |