From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 15 Mar 2019 10:47:20 +0100 Subject: [U-Boot] [PATCH] Add dfu command entry to MAINTAINERS Message-ID: <20190315094720.21402-1-agust@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de get_maintainer.pl doesn't report the maintainer for dfu command code since its entry is not in the database file. Add it. Signed-off-by: Anatolij Gustschin Cc: Lukasz Majewski --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4fabb75eda..f205d66155 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -441,6 +441,7 @@ DFU M: Lukasz Majewski S: Maintained T: git git://git.denx.de/u-boot-dfu.git +F: cmd/dfu.c F: drivers/dfu/ F: drivers/usb/gadget/ -- 2.17.1