net: Return the address and size from parse_addr_size()
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:19 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commitf60421204816bd0aa40e9e43c18d4bc5861d3521
treeff94b70e428843ecb4c99f7f645631cdac0bd612
parent4b6070e056fc2c11b7621c32151f95f7a045ac01
net: Return the address and size from parse_addr_size()

Rather than updating the global, update the value of some parameters,
so the action of the function is simpler.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/net.c