
5 Dec
2019
5 Dec
'19
5:50 a.m.
Hi Simon,
On Thu, Dec 5, 2019 at 12:28 PM Simon Glass sjg@chromium.org wrote:
Hi Bin,
On Mon, 25 Nov 2019 at 08:11, Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Mon, Nov 25, 2019 at 12:11 PM Simon Glass sjg@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 if CONFIG_NET is defined.
I still don't understand this. net/checksum.c is built unconditionally and is not controlled by CONFIG_NET.
The net/ subdir is built unconditionally for U-Boot but not for SPL and TPL. So if we want this function without networking, we must move it.
Thanks. I guess we will need a clearer commit message :)
Regards, Bin