commit | 743dc039e2bb635eb3917bb4413d78e4ef67988b | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Mon Dec 06 14:45:11 2021 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 28 10:21:51 2022 -0500 |
tree | d9208cd747a048ba251ed40ca0094263ccc9d744 | |
parent | cb41f94390552c3d5c1330a8437791c0f7e2e229 [diff] |
cmd/dfu: Enable 'dfu list' command without DFU_OVER_USB Since dfu is not only used for USB, and some platform only supports DFU_OVER_TFTP or EFI capsule update, dfu_alt_info is defined on such platforms too. For such platform, 'dfu list' command is useful to check how the current dfu_alt_info setting is parsed. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>