Re: [PATCHv7 04/15] net/lwip: implement dhcp cmd

2023-09-04 Thread Maxim Uvarov
On Wed, 23 Aug 2023 at 00:58, Simon Glass wrote: > Hi Maxim, > > On Tue, 22 Aug 2023 at 03:39, Maxim Uvarov > wrote: > > > > U-Boot recently got support for an alternative network stack using LWIP. > > Replace dhcp command with the LWIP variant while keeping the output and > > error messages

Re: [PATCHv7 04/15] net/lwip: implement dhcp cmd

2023-08-22 Thread Simon Glass
Hi Maxim, On Tue, 22 Aug 2023 at 03:39, Maxim Uvarov wrote: > > U-Boot recently got support for an alternative network stack using LWIP. > Replace dhcp command with the LWIP variant while keeping the output and > error messages identical. > > Signed-off-by: Maxim Uvarov > --- >

[PATCHv7 04/15] net/lwip: implement dhcp cmd

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