Re: [PATCH v4 3/3] sntp: use udp framework

2020-10-01 Thread Tom Rini
On Fri, Sep 18, 2020 at 02:13:02PM +0200, Philippe Reynes wrote: > This commits update the support of sntp to use > the framework udp. This change allows to remove > all the reference to sntp in the main network > file net/net.c. > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass

Re: [PATCH v4 3/3] sntp: use udp framework

2020-09-18 Thread Simon Glass
Hi Philippe, On Fri, 18 Sep 2020 at 06:13, Philippe Reynes wrote: > > This commits update the support of sntp to use > the framework udp. This change allows to remove > all the reference to sntp in the main network > file net/net.c. > > Signed-off-by: Philippe Reynes > --- > > Changelog: > v4:

[PATCH v4 3/3] sntp: use udp framework

2020-09-18 Thread Philippe Reynes
This commits update the support of sntp to use the framework udp. This change allows to remove all the reference to sntp in the main network file net/net.c. Signed-off-by: Philippe Reynes --- Changelog: v4: - new patch in the serie cmd/Kconfig| 1 + cmd/net.c | 10 +-