diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-06-17 10:53:29 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-07-16 12:37:01 +0200 |
commit | a2f0b504f4a9320c97bcf1cbd67f42de8a08fbc6 (patch) | |
tree | c95b1433a1c678f63cb99d37002a18d618293073 /doc/README.dfutftp | |
parent | 47b0a493247b38c1557062e108cc4868e211a73e (diff) |
cmd: drop fitupd command
The `fitupd' command is not used by any board. The `dfu tftp' command
provides the same capabilities.
So let's drop the `fitupd' command.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/README.dfutftp')
-rw-r--r-- | doc/README.dfutftp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/README.dfutftp b/doc/README.dfutftp index 127d2d6abc..a3341bbb61 100644 --- a/doc/README.dfutftp +++ b/doc/README.dfutftp @@ -42,8 +42,6 @@ for USB based DFU (CONFIG_DFU_*) and DFU TFTP update The "dfu" command has been extended to support transfer via TFTP - one needs to type for example "dfu tftp 0 mmc 0" -This feature does not depend on "fitupd" command enabled. - As of this writing (SHA1:8d77576371381ade83de475bb639949b44941e8c v2015.10-rc2) the update.c code is not enabled (CONFIG_UPDATE_TFTP) by any board in the contemporary u-boot tree. |