Re: [PATCH 2/2] arm64: imx8mp: Enable TCP, IPv6, wget on DH i.MX8MP DHCOM

2023-12-14 Thread Fabio Estevam
On Sat, Nov 4, 2023 at 1:32 PM 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

Re: [PATCH 2/2] arm64: imx8mp: Enable TCP, IPv6, wget on DH i.MX8MP DHCOM

2023-11-29 Thread Fabio Estevam
On Sat, Nov 4, 2023 at 1:32 PM 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

[PATCH 2/2] arm64: imx8mp: Enable TCP, IPv6, wget on DH i.MX8MP DHCOM

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: