commit | 85eebce479e52eb0632e315feabd14a8601af2da | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Nov 04 17:31:56 2023 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Nov 10 13:25:18 2023 +0100 |
tree | fa7c6ff9b25228315579395b4dbbd4e5a3161754 | |
parent | 3f3375ce3a5bf4a1f33a2d54d4d31ecaf905d4d5 [diff] |
arm: stm32: Enable TCP, IPv6, wget on DH STM32MP15 DHSOM 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: Marek Vasut <marex@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>