Re: [PATCH] ARM: stm32: Use CONFIG_TFTP_TSIZE on STMicroelectronics boards

2022-05-10 Thread Patrice CHOTARD
On 5/5/22 14:21, Patrick Delaunay wrote: > Long TFTP transfers lead to a wall of # characters on UART, which in > the end may slow down the transfer itself. Use CONFIG_TFTP_TSIZE to > print progress in fewer # characters. > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp15_basic_

Re: [PATCH] ARM: stm32: Use CONFIG_TFTP_TSIZE on STMicroelectronics boards

2022-05-06 Thread Patrice CHOTARD
Hi Patrick On 5/5/22 14:21, Patrick Delaunay wrote: > Long TFTP transfers lead to a wall of # characters on UART, which in > the end may slow down the transfer itself. Use CONFIG_TFTP_TSIZE to > print progress in fewer # characters. > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp

[PATCH] ARM: stm32: Use CONFIG_TFTP_TSIZE on STMicroelectronics boards

2022-05-05 Thread Patrick Delaunay
Long TFTP transfers lead to a wall of # characters on UART, which in the end may slow down the transfer itself. Use CONFIG_TFTP_TSIZE to print progress in fewer # characters. Signed-off-by: Patrick Delaunay --- configs/stm32mp15_basic_defconfig | 1 + configs/stm32mp15_defconfig | 1 +