Re: [PATCH 1/4] dfu: do not overwrite "dfu_alt_info"

2024-12-17 Thread Siddharth Vadapalli
On Tue, Dec 17, 2024 at 02:55:13PM -0600, Jon Humphreys wrote: > Siddharth Vadapalli writes: > > > From: Jonathan Humphreys > > > > For use-cases such as USB DFU Boot, "spl_dfu_cmd()" will setup the > > appropriate value for "dfu_alt_info". To facilitate such use-cases and > > in order to avoid

Re: [PATCH 1/4] dfu: do not overwrite "dfu_alt_info"

2024-12-17 Thread Jon Humphreys
Siddharth Vadapalli writes: > From: Jonathan Humphreys > > For use-cases such as USB DFU Boot, "spl_dfu_cmd()" will setup the > appropriate value for "dfu_alt_info". To facilitate such use-cases and > in order to avoid overwriting the value of "dfu_alt_info", invoke the > "set_dfu_alt_info()" fu

[PATCH 1/4] dfu: do not overwrite "dfu_alt_info"

2024-12-17 Thread Siddharth Vadapalli
From: Jonathan Humphreys For use-cases such as USB DFU Boot, "spl_dfu_cmd()" will setup the appropriate value for "dfu_alt_info". To facilitate such use-cases and in order to avoid overwriting the value of "dfu_alt_info", invoke the "set_dfu_alt_info()" function only when "dfu_alt_info" is not de