Re: [PATCH] arm: stm32mp: stm32prog: always flush DFU on start command for uart

2021-01-13 Thread Patrick DELAUNAY
Hi, On 12/11/20 1:36 PM, Patrick Delaunay wrote: From: Patrick Delaunay Remove the test on data->dfu_seq, because dfu_seq=0 not only when the DFU is not started (mask with 0x). This flush is mandatory as the final treatment, common with USB, is done in DFU callback. This patch avoids issu

Re: [PATCH] arm: stm32mp: stm32prog: always flush DFU on start command for uart

2021-01-06 Thread Patrice CHOTARD
Hi Patrick   On 12/11/20 1:36 PM, Patrick Delaunay wrote: > From: Patrick Delaunay > > Remove the test on data->dfu_seq, because dfu_seq=0 not only when > the DFU is not started (mask with 0x). This flush is mandatory > as the final treatment, common with USB, is done in DFU callback. > > Thi

Re: [PATCH] arm: stm32mp: stm32prog: always flush DFU on start command for uart

2021-01-06 Thread Patrice CHOTARD
Hi Patrick On 12/11/20 1:36 PM, Patrick Delaunay wrote: > From: Patrick Delaunay > > Remove the test on data->dfu_seq, because dfu_seq=0 not only when > the DFU is not started (mask with 0x). This flush is mandatory > as the final treatment, common with USB, is done in DFU callback. > > This