]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: split cmd/net.c into cmd/net.c and cmd/net-common.c
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 16 Oct 2024 10:04:08 +0000 (12:04 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 16 Oct 2024 17:11:56 +0000 (11:11 -0600)
commit3135b9a9162a51a22447d1e269871c4cacac3a4e
treea23d73848c5aa81abaf4b07ba82c1f00115d7f7d
parentaedcfec9ed788588b9a7ed368fcbc4d6e6588461
net: split cmd/net.c into cmd/net.c and cmd/net-common.c

Extract some code from cmd/net.c that will be useful in a subsequent
commit to implement wget with NET_LWIP.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/Makefile
cmd/net-common.c [new file with mode: 0644]
cmd/net.c