commit | 912ece4c3dd486bcd62f0d0dfee760b9f01caac6 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Fri Sep 18 14:13:02 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 16:55:03 2020 -0400 |
tree | 4bc13b0c8d593e9012b58ce22c65d52e916e14bf | |
parent | 6b981a224e86b77a983438fd90cc90dd511fbb1a [diff] |
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>