commit | 043fc44ea18a770d1a52c06e090a6fb49214e633 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:25:20 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | 85baf83dec898b083b397263bacc2a278916ae8e | |
parent | a6ac32f5e7f78f2df0a728debd5043a7b30cdab9 [diff] |
net: Return the size from parse_args() Rather than setting global variables, return the size, if provided. For tftput, use the addr argument to store the save address, to avoid adding yet another parameter. Signed-off-by: Simon Glass <sjg@chromium.org>