diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-03-05 12:58:37 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-03-16 09:37:04 +0100 |
commit | 75d48d11db2e2f07659abbbf2dc0483e929b3fc2 (patch) | |
tree | 10ec8e7fb3a13eed9763de73a1e943810283d819 /MAINTAINERS | |
parent | 64d809b4cbecd2d767b1c51d1107e40d25fd174e (diff) | |
download | u-boot-75d48d11db2e2f07659abbbf2dc0483e929b3fc2.tar.gz |
doc: move README.dfu to HTML documentation
Move README.dfu to doc/usage/dfu.rst and convert to reStructured text.
In the long run this page should be split into two. One for the overview
and one for the dfu command. UEFI capsule updates and dfutftp should be
integrated into the overview page.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index de499940e5..c6dd9bf838 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -670,6 +670,7 @@ 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/ F: drivers/usb/gadget/ F: include/dfu.h |