> -----Original Message----- > From: Simon Glass <[email protected]> > Sent: Sunday, November 24, 2019 10:09 PM > To: U-Boot Mailing List <[email protected]> > Cc: Bin Meng <[email protected]>; Simon Glass <[email protected]>; > Joseph Hershberger <[email protected]> > Subject: [EXTERNAL] [PATCH v5 006/101] net: Move the checksum functions > to lib/ > > 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 if CONFIG_NET is defined. > Many boards do not enable that 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 <[email protected]>
Acked-by: Joe Hershberger <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

