On Sat, Dec 7, 2019 at 12:46 PM Simon Glass <s...@chromium.org> wrote: > > These functions are used by code outside the network support, so move them > to lib/ to be more accessible. > > Without this, the functions are only accessible in SPL/TPL only if > CONFIG_SPL/TPL_NET are defined. Many boards do not enable those option but > still want to do checksums in this format. > > Fix up a few code-style nits while we are here. > > Signed-off-by: Simon Glass <s...@chromium.org> > Acked-by: Joe Hershberger <joe.hershber...@ni.com> > --- > > Changes in v6: > - Expand commit message to mention SPL/TPL specifically > > Changes in v5: None > Changes in v4: > - Expand commit message to better explain the need to checksum functions > > Changes in v3: None > Changes in v2: None > > lib/Makefile | 2 +- > lib/net_utils.c | 48 ++++++++++++++++++++++++++++++++++++++++ > net/Makefile | 1 - > net/checksum.c | 59 ------------------------------------------------- > 4 files changed, 49 insertions(+), 61 deletions(-) > delete mode 100644 net/checksum.c >
Reviewed-by: Bin Meng <bmeng...@gmail.com>