[PATCH v2 1/6] net: move net_state to net-common
Jerome Forissier
jerome.forissier at linaro.org
Fri Dec 12 15:41:31 CET 2025
On 12/12/25 12:32, Andrew Goodbody wrote:
> Move the net_state variable into common code so that it can be used by
> either the legacy network code or lwIP. This is needed for porting
> across the NFS support code for use with lwIP.
>
> Signed-off-by: Andrew Goodbody <andrew.goodbody at linaro.org>
> ---
> include/net-common.h | 17 +++++++++++++++++
> include/net-legacy.h | 17 -----------------
> net/net-common.c | 3 +++
> net/net.c | 2 --
> 4 files changed, 20 insertions(+), 19 deletions(-)
Reviewed-by: Jerome Forissier <jerome.forissier at linaro.org>
Thanks,
--
Jerome
More information about the U-Boot
mailing list