[RESEND v4 04/14] mach-sc5xx: Switch from tftp to wget
Simon Glass
sjg at chromium.org
Mon Apr 20 04:50:57 CEST 2026
Hi Caleb,
On 2026-04-16T15:19:35, Caleb Ethridge <jcethrid at gmail.com> wrote:
> mach-sc5xx: Switch from tftp to wget
>
> Switch the nfsboot and other relevant commands to use
> wget instead of tftp. This also includes the addition of
> the httpdstp variable for selecting the wget port.
>
> Signed-off-by: Caleb Ethridge <caleb.ethridge at analog.com>
>
> include/env/adi/adi_boot.env | 11 +++++------
> 1 file changed, 5 insertions(+), 6 deletions(-)
> diff --git a/include/env/adi/adi_boot.env b/include/env/adi/adi_boot.env
> @@ -15,6 +15,7 @@
> +httpdstp=8000
The default HTTP port is 80. The commit message does not explain why
8000 is chosen. Please can you add a comment explaining the rationale,
or use port 80 if there is no specific need for a non-standard port?
Reviewed-by: Simon Glass <sjg at chromium.org>
Regards,
Simon
More information about the U-Boot
mailing list