]> git.baikalelectronics.ru Git - uboot.git/commit
sntp: use udp framework
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 18 Sep 2020 12:13:02 +0000 (14:13 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 20:55:03 +0000 (16:55 -0400)
commit29d190dc2f4615d31ee1fdc0604178991b1bd8f2
tree4bc13b0c8d593e9012b58ce22c65d52e916e14bf
parente31c1f2ca838c05dc29b0021f79e78bde71e32eb
sntp: use udp framework

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 <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/net.c
include/net/sntp.h [new file with mode: 0644]
net/net.c
net/sntp.c
net/sntp.h [deleted file]