mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
8b91f28bc8
The third parameter of dfu_alt_add(), the string description of alternate, is build in stm32prog_alt_add() with a unnecessary character ';' at the end of the string. This separator was required in the first implementation of dfu_alt_add() but is no more needed in the current implementation; this separator is managed only in dfu_config_interfaces() which call dfu_alt_add() for this parameter without this separator. And since the commit |
||
---|---|---|
.. | ||
cmd_stm32prog.c | ||
Kconfig | ||
Makefile | ||
stm32prog.c | ||
stm32prog.h | ||
stm32prog_serial.c | ||
stm32prog_usb.c |