Re: [U-Boot] [PATCH v3 010/108] net: Move the checksum functions to lib/

2019-10-27 Thread Bin Meng
Hi Simon, On Mon, Oct 21, 2019 at 11:33 AM Simon Glass wrote: > > These functions are used by code outside the network support, so move them > to lib/ to be more accessible. > > Fix up a few code-style nits while we are here. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes

[U-Boot] [PATCH v3 010/108] net: Move the checksum functions to lib/

2019-10-20 Thread Simon Glass
These functions are used by code outside the network support, so move them to lib/ to be more accessible. Fix up a few code-style nits while we are here. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None lib/Makefile| 2 +- lib/net_utils.c | 48 ++