commit | 9129f2f16488e95f8a71bb87937397aaf333bc1b | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Dec 22 11:32:23 2020 +0100 |
committer | Marek Vasut <marex@denx.de> | Sun Jan 31 14:08:56 2021 +0100 |
tree | 418451b37dd45ec8b6878d7a6f18b8170301e1cc | |
parent | c533f94c102127b94abda206dbe41fe026bcde76 [diff] |
dfu: add support for the dfu_alt_info reintialization from the flashed script Reinitialize DFU USB gadget after flashing the 'SCRIPT' entity to ensure that the potential changes to the 'dfu_alt_info' environment variable are applied. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> [lukma - I've moved the bool retry to avoid build (CI) errors]