Re: [PATCH 1/4] stm32mp: stm32prog: support empty flashlayout

2022-09-23 Thread Patrice CHOTARD
Hi Patrick For the series: applied on u-boot-stm32/next Thanks Patrice On 9/6/22 18:53, Patrick Delaunay wrote: > When the STM32CubeProgrammer sent a empty flashlayout.tsv > file, the command stm32prog correctly parse the file > but data->dev_nb = 0 and the stm32prog_devices_init > operations

Re: [PATCH 1/4] stm32mp: stm32prog: support empty flashlayout

2022-09-07 Thread Patrice CHOTARD
Hi Patrick On 9/6/22 18:53, Patrick Delaunay wrote: > When the STM32CubeProgrammer sent a empty flashlayout.tsv > file, the command stm32prog correctly parse the file > but data->dev_nb = 0 and the stm32prog_devices_init > operations should be skipped. > > Signed-off-by: Patrick Delaunay > ---

[PATCH 1/4] stm32mp: stm32prog: support empty flashlayout

2022-09-06 Thread Patrick Delaunay
When the STM32CubeProgrammer sent a empty flashlayout.tsv file, the command stm32prog correctly parse the file but data->dev_nb = 0 and the stm32prog_devices_init operations should be skipped. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 4 1 file