Re: [PATCH 1/2] arm: stm32: Enable TCP, IPv6, wget on DH STM32MP15 DHSOM

2023-11-10 Thread Patrice CHOTARD
On 11/9/23 08:18, Patrice CHOTARD wrote: > > > On 11/4/23 17:31, Marek Vasut wrote: >> Enable support for TCP protocol, wget, and IPv6 on this platform. >> The former two allow users download payload into the U-Boot from >> a web server, which may be more convenient or easier to set up >> than

Re: [PATCH 1/2] arm: stm32: Enable TCP, IPv6, wget on DH STM32MP15 DHSOM

2023-11-08 Thread Patrice CHOTARD
On 11/4/23 17:31, Marek Vasut wrote: > Enable support for TCP protocol, wget, and IPv6 on this platform. > The former two allow users download payload into the U-Boot from > a web server, which may be more convenient or easier to set up > than TFTP server. The later is enabled to future proof th

[PATCH 1/2] arm: stm32: Enable TCP, IPv6, wget on DH STM32MP15 DHSOM

2023-11-04 Thread Marek Vasut
Enable support for TCP protocol, wget, and IPv6 on this platform. The former two allow users download payload into the U-Boot from a web server, which may be more convenient or easier to set up than TFTP server. The later is enabled to future proof the IP stack on this platform. Signed-off-by: Mar