[U-Boot] [PATCH v5 006/101] net: Move the checksum functions to lib/
Joseph Hershberger
joseph.hershberger at ni.com
Sat Nov 30 02:17:57 UTC 2019
> -----Original Message-----
> From: Simon Glass <sjg at chromium.org>
> Sent: Sunday, November 24, 2019 10:09 PM
> To: U-Boot Mailing List <u-boot at lists.denx.de>
> Cc: Bin Meng <bmeng.cn at gmail.com>; Simon Glass <sjg at chromium.org>;
> Joseph Hershberger <joseph.hershberger at ni.com>
> 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 <sjg at chromium.org>
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
More information about the U-Boot
mailing list