Re: [PATHv11 06/43] net/lwip: implement tftp cmd

2023-11-29 Thread neil . armstrong
On 27/11/2023 13:56, Maxim Uvarov wrote: U-Boot recently got support for an alternative network stack using LWIP. Replace tftp command with the LWIP variant while keeping the output and error messages identical. Signed-off-by: Maxim Uvarov --- include/net/lwip.h | 13 net/l

Re: [PATHv11 06/43] net/lwip: implement tftp cmd

2023-11-28 Thread Maxim Uvarov
On Tue, 28 Nov 2023 at 22:34, wrote: > Hi Maxim, > > On 27/11/2023 13:56, Maxim Uvarov wrote: > > U-Boot recently got support for an alternative network stack using LWIP. > > Replace tftp command with the LWIP variant while keeping the output and > > error messages identical. > > > > Signed-off-b

Re: [PATHv11 06/43] net/lwip: implement tftp cmd

2023-11-28 Thread neil . armstrong
Hi Maxim, On 27/11/2023 13:56, Maxim Uvarov wrote: U-Boot recently got support for an alternative network stack using LWIP. Replace tftp command with the LWIP variant while keeping the output and error messages identical. Signed-off-by: Maxim Uvarov --- include/net/lwip.h | 13 +

[PATHv11 06/43] net/lwip: implement tftp cmd

2023-11-27 Thread Maxim Uvarov
U-Boot recently got support for an alternative network stack using LWIP. Replace tftp command with the LWIP variant while keeping the output and error messages identical. Signed-off-by: Maxim Uvarov --- include/net/lwip.h | 13 net/lwip/Makefile | 1 + net/lwip/a