]> git.baikalelectronics.ru Git - uboot.git/commit
cmd/dfu: Enable 'dfu list' command without DFU_OVER_USB
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>
Mon, 31 Jan 2022 02:52:54 +0000 (11:52 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 11 Feb 2022 16:29:23 +0000 (11:29 -0500)
commite728987068cc85798e733049140d9a8d6299a719
treeedede7888c24b515082fc9d4ae77b24820ffcfe1
parent1dd1119948ef715523acb454b4cf4bd63906cf2b
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>
cmd/dfu.c